IDbSetFinder.FindSets(Type) Yöntem

Tanım

DbSet<TEntity>Öğesinden devralan bir tür üzerinde özellikleri bulur DbContext .

public System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Infrastructure.DbSetProperty> FindSets (Type contextType);
abstract member FindSets : Type -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Infrastructure.DbSetProperty>
Public Function FindSets (contextType As Type) As IReadOnlyList(Of DbSetProperty)

Parametreler

contextType
Type

Şuradan devralan bir tür DbContext

Döndürülenler

IReadOnlyList<DbSetProperty>

Bulunan özelliklerin listesi.

Şunlara uygulanır