IDbSetFinder.FindSets(Type) 메서드

정의

에서 DbContext상속되는 형식의 속성을 찾 DbSet<TEntity> 습니다.

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

반환

찾은 속성의 목록입니다.

적용 대상