ModelCustomizerDependencies.SetFinder Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
This is part of ProviderConventionSetBuilderDependencies now
Ottiene l'oggetto IDbSetFinder che individua le DbSet<TEntity> proprietà nel contesto derivato.
public Microsoft.EntityFrameworkCore.Internal.IDbSetFinder SetFinder { get; }
public Microsoft.EntityFrameworkCore.Infrastructure.IDbSetFinder SetFinder { get; }
[System.Obsolete("This is part of ProviderConventionSetBuilderDependencies now")]
public Microsoft.EntityFrameworkCore.Infrastructure.IDbSetFinder SetFinder { get; init; }
member this.SetFinder : Microsoft.EntityFrameworkCore.Internal.IDbSetFinder
member this.SetFinder : Microsoft.EntityFrameworkCore.Infrastructure.IDbSetFinder
[<System.Obsolete("This is part of ProviderConventionSetBuilderDependencies now")>]
member this.SetFinder : Microsoft.EntityFrameworkCore.Infrastructure.IDbSetFinder with get, set
Public ReadOnly Property SetFinder As IDbSetFinder
Public Property SetFinder As IDbSetFinder
Valore della proprietà
Microsoft.EntityFrameworkCore.Internal.IDbSetFinder
- Attributi
Si applica a
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.