次の方法で共有


CollectionPopulatingExpression コンストラクター

定義

public CollectionPopulatingExpression (Microsoft.EntityFrameworkCore.Query.RelationalCollectionShaperExpression parent, Type type, bool include);
new Microsoft.EntityFrameworkCore.Query.CollectionPopulatingExpression : Microsoft.EntityFrameworkCore.Query.RelationalCollectionShaperExpression * Type * bool -> Microsoft.EntityFrameworkCore.Query.CollectionPopulatingExpression
Public Sub New (parent As RelationalCollectionShaperExpression, type As Type, include As Boolean)

パラメーター

type
Type
include
Boolean

適用対象