RelationalEntityTypeExtensions.GetContainerColumnName Method

Definition

Gets the container column name to which the entity type is mapped.

public static string? GetContainerColumnName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member GetContainerColumnName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> string
<Extension()>
Public Function GetContainerColumnName (entityType As IReadOnlyEntityType) As String

Parameters

entityType
IReadOnlyEntityType

The entity type to get the container column name for.

Returns

The container column name to which the entity type is mapped.

Applies to