DatabaseProviderServices.QueryCompilationContextFactory Proprietà

Definizione

Ottiene l'oggetto IQueryCompilationContextFactory per il provider di database. Per impostazione predefinita, EF registrerà un'implementazione predefinita (ValueGeneratorSelector) che fornisce funzionalità di base, ma può essere sottoposta a override, se necessario.

public virtual Microsoft.EntityFrameworkCore.Query.IQueryCompilationContextFactory QueryCompilationContextFactory { get; }
member this.QueryCompilationContextFactory : Microsoft.EntityFrameworkCore.Query.IQueryCompilationContextFactory
Public Overridable ReadOnly Property QueryCompilationContextFactory As IQueryCompilationContextFactory

Valore della proprietà

Implementazioni

Si applica a