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

返回

找到的属性的列表。

适用于