Condividi tramite


CosmosEntityTypeExtensions.GetContainingPropertyName Metodo

Definizione

Overload

GetContainingPropertyName(IEntityType)

Restituisce il nome della proprietà padre a cui è mappato il tipo di entità.

GetContainingPropertyName(IReadOnlyEntityType)

Restituisce il nome della proprietà padre a cui è mappato il tipo di entità.

GetContainingPropertyName(IEntityType)

Restituisce il nome della proprietà padre a cui è mappato il tipo di entità.

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

Parametri

entityType
IEntityType

Tipo di entità per cui ottenere il nome della proprietà contenitore.

Restituisce

Nome della proprietà padre a cui è mappato il tipo di entità.

Si applica a

GetContainingPropertyName(IReadOnlyEntityType)

Restituisce il nome della proprietà padre a cui è mappato il tipo di entità.

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

Parametri

entityType
IReadOnlyEntityType

Tipo di entità per cui ottenere il nome della proprietà contenitore.

Restituisce

Nome della proprietà padre a cui è mappato il tipo di entità.

Si applica a