CosmosEntityTypeExtensions.GetContainer 方法

定義

多載

GetContainer(IEntityType)

傳回實體類型所對應的容器名稱。

GetContainer(IReadOnlyEntityType)

傳回實體類型所對應的容器名稱。

GetContainer(IEntityType)

傳回實體類型所對應的容器名稱。

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

參數

entityType
IEntityType

要為其取得容器名稱的實體類型。

傳回

實體類型所對應的容器名稱。

適用於

GetContainer(IReadOnlyEntityType)

傳回實體類型所對應的容器名稱。

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

參數

entityType
IReadOnlyEntityType

要為其取得容器名稱的實體類型。

傳回

實體類型所對應的容器名稱。

適用於