IDbContextOptionsExtension.ApplyDefaults(IDbContextOptions) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gives the extension a chance to configure defaults based on other options. Most extensions do not have dynamic defaults and so this will be a no-op.
public virtual Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsExtension ApplyDefaults (Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions options);
abstract member ApplyDefaults : Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions -> Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsExtension
override this.ApplyDefaults : Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions -> Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsExtension
Public Overridable Function ApplyDefaults (options As IDbContextOptions) As IDbContextOptionsExtension
Parameters
- options
- IDbContextOptions
The options being validated.
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework