Partager via


CollectionShaperExpression Constructeurs

Définition

Surcharges

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

Crée une instance de la classe CollectionShaperExpression.

CollectionShaperExpression(Expression, Expression, INavigation, Type)

Source:
CollectionShaperExpression.cs
Source:
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)

Paramètres

projection
Expression
innerShaper
Expression
navigation
INavigation
elementType
Type

S’applique à

CollectionShaperExpression(Expression, Expression, INavigationBase, Type)

Source:
CollectionShaperExpression.cs
Source:
CollectionShaperExpression.cs

Crée une instance de la 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)

Paramètres

projection
Expression

Expression montrant comment obtenir une valeur à partir d’une requête pour créer la collection.

innerShaper
Expression

Expression utilisée pour créer des éléments individuels de la collection.

navigation
INavigationBase

Navigation associée à cette collection, le cas échéant.

elementType
Type

Type clr des éléments individuels de la collection.

S’applique à