CollectionInitializingExpression Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
Paramètres
- collectionId
- Int32
- parent
- Expression
- parentIdentifier
- Expression
- outerIdentifier
- Expression
- navigation
- INavigation
- type
- Type
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.