次の方法で共有


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

戻り値

見つかったプロパティの一覧。

適用対象