共用方式為


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

傳回

找到的屬性清單。

適用於