RelationalComplexTypeExtensions.GetContainerColumnName 方法

定義

取得複雜型別所對應的容器資料行名稱。

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

參數

complexType
IReadOnlyComplexType

要為其取得容器資料行名稱的複雜型別。

傳回

複雜型別所對應的容器資料行名稱。

適用於