Bagikan melalui


CosmosEntityTypeExtensions.GetContainingPropertyName Metode

Definisi

Overload

GetContainingPropertyName(IEntityType)

Mengembalikan nama properti induk tempat jenis entitas dipetakan.

GetContainingPropertyName(IReadOnlyEntityType)

Mengembalikan nama properti induk tempat jenis entitas dipetakan.

GetContainingPropertyName(IEntityType)

Mengembalikan nama properti induk tempat jenis entitas dipetakan.

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

Parameter

entityType
IEntityType

Jenis entitas untuk mendapatkan nama properti yang berisi.

Mengembalikan

Nama properti induk tempat jenis entitas dipetakan.

Berlaku untuk

GetContainingPropertyName(IReadOnlyEntityType)

Mengembalikan nama properti induk tempat jenis entitas dipetakan.

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

Parameter

entityType
IReadOnlyEntityType

Jenis entitas untuk mendapatkan nama properti yang berisi.

Mengembalikan

Nama properti induk tempat jenis entitas dipetakan.

Berlaku untuk