EntityQueryModelVisitor.CallCreateTransparentIdentifier Metoda

Definicja

Ten interfejs API obsługuje infrastrukturę platformy Entity Framework Core i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu. Ten interfejs API może ulec zmianie lub zostać usunięty w przyszłych wersjach.

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

Parametry

transparentIdentifierType
Type
outerExpression
Expression
innerExpression
Expression

Zwraca

Dotyczy