DatabaseProvider<TProviderServices,TOptionsExtension>.IsConfigured 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.
Gets a value indicating whether this database provider has been selected for a given context.
public virtual bool IsConfigured (Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions options);
abstract member IsConfigured : Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions -> bool
override this.IsConfigured : Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions -> bool
Public Overridable Function IsConfigured (options As IDbContextOptions) As Boolean
Parameters
- options
- IDbContextOptions
The options for the context.
Returns
True if the database provider has been selected, otherwise false.
Implements
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework