EntityQueryModelVisitor.CallCreateTransparentIdentifier Méthode

Définition

Cette API prend en charge l’infrastructure Entity Framework Core et n’est pas destinée à être utilisée directement à partir de votre code. Cette API pourra être changée ou supprimée dans les versions ultérieures.

protected virtual System.Linq.Expressions.Expression CallCreateTransparentIdentifier (Type transparentIdentifierType, System.Linq.Expressions.Expression outerExpression, System.Linq.Expressions.Expression innerExpression);
abstract member CallCreateTransparentIdentifier : Type * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression -> System.Linq.Expressions.Expression
override this.CallCreateTransparentIdentifier : Type * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression -> System.Linq.Expressions.Expression
Protected Overridable Function CallCreateTransparentIdentifier (transparentIdentifierType As Type, outerExpression As Expression, innerExpression As Expression) As Expression

Paramètres

transparentIdentifierType
Type
outerExpression
Expression
innerExpression
Expression

Retours

S’applique à