RelationalTypeBaseExtensions.GetContainerColumnName(IReadOnlyTypeBase) Method

Definition

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

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

Parameters

typeBase
IReadOnlyTypeBase

The type to get the container column name for.

Returns

The container column name to which the type is mapped.

Applies to