共用方式為


CollectionInitializingExpression 建構函式

定義

public CollectionInitializingExpression (int collectionId, System.Linq.Expressions.Expression parent, System.Linq.Expressions.Expression parentIdentifier, System.Linq.Expressions.Expression outerIdentifier, Microsoft.EntityFrameworkCore.Metadata.INavigation navigation, Type type);
new Microsoft.EntityFrameworkCore.Query.CollectionInitializingExpression : int * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * Microsoft.EntityFrameworkCore.Metadata.INavigation * Type -> Microsoft.EntityFrameworkCore.Query.CollectionInitializingExpression
Public Sub New (collectionId As Integer, parent As Expression, parentIdentifier As Expression, outerIdentifier As Expression, navigation As INavigation, type As Type)

參數

collectionId
Int32
parent
Expression
parentIdentifier
Expression
outerIdentifier
Expression
navigation
INavigation
type
Type

適用於