EntityQueryModelVisitor.CallCreateTransparentIdentifier Method

Definition

This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

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

Parameters

transparentIdentifierType
Type
outerExpression
Expression
innerExpression
Expression

Returns

Applies to