EntityQueryModelVisitor.CreateTransparentIdentifierType(Type, Type) 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 Type CreateTransparentIdentifierType (Type outerType, Type innerType);
abstract member CreateTransparentIdentifierType : Type * Type -> Type
override this.CreateTransparentIdentifierType : Type * Type -> Type
Protected Overridable Function CreateTransparentIdentifierType (outerType As Type, innerType As Type) As Type

Parameters

outerType
Type
innerType
Type

Returns

Applies to