Поделиться через


IDbSetFinder.FindSets(Type) Метод

Определение

Находит DbSet<TEntity> свойства для типа, наследуемого от 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)

Параметры

contextType
Type

Тип, наследующий от DbContext

Возвращаемое значение

Список найденных свойств.

Применяется к