TransparentIdentifierFactory.Create(Type, Type) Method

Definition

Creates new transparent identifier type for given types.

C#
public static Type Create (Type outerType, Type innerType);
C#
[System.Diagnostics.CodeAnalysis.DynamicDependency]
public static Type Create (Type outerType, Type innerType);

Parameters

outerType
Type

The outer type of the transparent identifier.

innerType
Type

The inner type of the transparent identifier.

Returns

The created transparent identifier type.

Attributes

Applies to

Product Versions
Entity Framework Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0