Condividi tramite


CollectionShaperExpression Costruttori

Definizione

Overload

CollectionShaperExpression(Expression, Expression, INavigation, Type)
CollectionShaperExpression(Expression, Expression, INavigationBase, Type)

Crea una nuova istanza della classe CollectionShaperExpression.

CollectionShaperExpression(Expression, Expression, INavigation, Type)

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)

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.

Si applica a