Compartir a través de


ModelCustomizerDependencies.SetFinder Propiedad

Definición

Precaución

This is part of ProviderConventionSetBuilderDependencies now

Obtiene el IDbSetFinder objeto que buscará las DbSet<TEntity> propiedades en el contexto derivado.

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

Valor de propiedad

Microsoft.EntityFrameworkCore.Internal.IDbSetFinder
Atributos

Se aplica a