CollectionInitializingExpression Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- collectionId
- Int32
- parent
- Expression
- parentIdentifier
- Expression
- outerIdentifier
- Expression
- navigation
- INavigation
- type
- Type
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework