CollectionInitializingExpression Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- collectionId
- Int32
- parent
- Expression
- parentIdentifier
- Expression
- outerIdentifier
- Expression
- navigation
- INavigation
- type
- Type
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Entity Framework