DbContextServiceBasedBuilder<TContext>.SpecialConfigureOptions Property
For internal use.
Namespace: DevExpress.ExpressApp.ApplicationBuilder
Assembly: DevExpress.ExpressApp.EFCore.v24.1.dll
NuGet Package: DevExpress.ExpressApp.EFCore
Declaration
public Action<IServiceProvider, DbContextOptionsBuilder> SpecialConfigureOptions { get; set; }
Property Value
Type |
---|
Action<IServiceProvider, DbContextOptionsBuilder> |
See Also