Partager via


IDbContextFactory<TContext>.Create(DbContextFactoryOptions) Méthode

Définition

Crée une instance d’un contexte dérivé.

public TContext Create (Microsoft.EntityFrameworkCore.Infrastructure.DbContextFactoryOptions options);
abstract member Create : Microsoft.EntityFrameworkCore.Infrastructure.DbContextFactoryOptions -> 'Context
Public Function Create (options As DbContextFactoryOptions) As TContext

Paramètres

options
DbContextFactoryOptions

Informations sur l’environnement dans lequel une application s’exécute.

Retours

TContext

Instance de TContext.

S’applique à