Share via


RelationalComplexTypeExtensions.GetContainerColumnName Method

Definition

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

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

Parameters

complexType
IReadOnlyComplexType

The complex type to get the container column name for.

Returns

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

Applies to