CollectionShaperExpression Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
CollectionShaperExpression(Expression, Expression, INavigation, Type)
- Origine:
- CollectionShaperExpression.cs
- Origine:
- CollectionShaperExpression.cs
public CollectionShaperExpression (System.Linq.Expressions.Expression projection, System.Linq.Expressions.Expression innerShaper, Microsoft.EntityFrameworkCore.Metadata.INavigation navigation, Type elementType);
new Microsoft.EntityFrameworkCore.Query.CollectionShaperExpression : System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * Microsoft.EntityFrameworkCore.Metadata.INavigation * Type -> Microsoft.EntityFrameworkCore.Query.CollectionShaperExpression
Public Sub New (projection As Expression, innerShaper As Expression, navigation As INavigation, elementType As Type)
Parametri
- projection
- Expression
- innerShaper
- Expression
- navigation
- INavigation
- elementType
- Type
Si applica a
CollectionShaperExpression(Expression, Expression, INavigationBase, Type)
- Origine:
- CollectionShaperExpression.cs
- Origine:
- CollectionShaperExpression.cs
Crea una nuova istanza della classe CollectionShaperExpression.
public CollectionShaperExpression (System.Linq.Expressions.Expression projection, System.Linq.Expressions.Expression innerShaper, Microsoft.EntityFrameworkCore.Metadata.INavigationBase navigation, Type elementType);
public CollectionShaperExpression (System.Linq.Expressions.Expression projection, System.Linq.Expressions.Expression innerShaper, Microsoft.EntityFrameworkCore.Metadata.INavigationBase? navigation, Type elementType);
new Microsoft.EntityFrameworkCore.Query.CollectionShaperExpression : System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * Microsoft.EntityFrameworkCore.Metadata.INavigationBase * Type -> Microsoft.EntityFrameworkCore.Query.CollectionShaperExpression
Public Sub New (projection As Expression, innerShaper As Expression, navigation As INavigationBase, elementType As Type)
Parametri
- projection
- Expression
Un'espressione che esegue il reprensenting come ottenere valore dalla query per creare la raccolta.
- innerShaper
- Expression
Espressione usata per creare singoli elementi della raccolta.
- navigation
- INavigationBase
Spostamento associato a questa raccolta, se presente.
- elementType
- Type
Tipo clr di singoli elementi nella raccolta.