CosmosEntityTypeExtensions.GetContainingPropertyName 方法

定義

多載

GetContainingPropertyName(IEntityType)

傳回實體類型所對應之父屬性的名稱。

GetContainingPropertyName(IReadOnlyEntityType)

傳回實體類型所對應之父屬性的名稱。

GetContainingPropertyName(IEntityType)

傳回實體類型所對應之父屬性的名稱。

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

參數

entityType
IEntityType

要為其取得包含屬性名稱的實體類型。

傳回

實體類型所對應的父屬性名稱。

適用於

GetContainingPropertyName(IReadOnlyEntityType)

傳回實體類型所對應之父屬性的名稱。

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

參數

entityType
IReadOnlyEntityType

要為其取得包含屬性名稱的實體類型。

傳回

實體類型所對應的父屬性名稱。

適用於