ModelSource.SetFinder Property

Definition

Gets the Microsoft.EntityFrameworkCore.Internal.IDbSetFinder that will locate the DbSet<TEntity> properties on the derived context.

protected virtual Microsoft.EntityFrameworkCore.Internal.IDbSetFinder SetFinder { get; }
member this.SetFinder : Microsoft.EntityFrameworkCore.Internal.IDbSetFinder
Protected Overridable ReadOnly Property SetFinder As IDbSetFinder

Property Value

Microsoft.EntityFrameworkCore.Internal.IDbSetFinder

Applies to