CosmosEntityTypeExtensions.GetETagProperty Metoda

Definicja

Przeciążenia

GetETagProperty(IConventionEntityType)

Pobiera właściwość dla tej jednostki, która jest mapowana na element Cosmos ETag, jeśli istnieje.

GetETagProperty(IEntityType)

Pobiera właściwość dla tej jednostki, która jest mapowana na element Cosmos ETag, jeśli istnieje.

GetETagProperty(IMutableEntityType)

Pobiera właściwość dla tej jednostki, która jest mapowana na element Cosmos ETag, jeśli istnieje.

GetETagProperty(IReadOnlyEntityType)

Pobiera właściwość dla tej jednostki, która jest mapowana na element Cosmos ETag, jeśli istnieje.

GetETagProperty(IConventionEntityType)

Pobiera właściwość dla tej jednostki, która jest mapowana na element Cosmos ETag, jeśli istnieje.

public static Microsoft.EntityFrameworkCore.Metadata.IConventionProperty? GetETagProperty (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
static member GetETagProperty : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> Microsoft.EntityFrameworkCore.Metadata.IConventionProperty
<Extension()>
Public Function GetETagProperty (entityType As IConventionEntityType) As IConventionProperty

Parametry

entityType
IConventionEntityType

Typ jednostki do pobrania właściwości ETag.

Zwraca

Właściwość zamapowana na element etag lub null jeśli żadna właściwość nie jest mapowana na element ETag.

Dotyczy

GetETagProperty(IEntityType)

Pobiera właściwość dla tej jednostki, która jest mapowana na element Cosmos ETag, jeśli istnieje.

public static Microsoft.EntityFrameworkCore.Metadata.IProperty GetETagProperty (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
public static Microsoft.EntityFrameworkCore.Metadata.IProperty? GetETagProperty (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member GetETagProperty : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Metadata.IProperty
<Extension()>
Public Function GetETagProperty (entityType As IEntityType) As IProperty

Parametry

entityType
IEntityType

Typ jednostki do pobrania właściwości ETag.

Zwraca

Właściwość zamapowana na element etag lub null jeśli żadna właściwość nie jest mapowana na element ETag.

Dotyczy

GetETagProperty(IMutableEntityType)

Pobiera właściwość dla tej jednostki, która jest mapowana na element Cosmos ETag, jeśli istnieje.

public static Microsoft.EntityFrameworkCore.Metadata.IMutableProperty? GetETagProperty (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType);
static member GetETagProperty : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType -> Microsoft.EntityFrameworkCore.Metadata.IMutableProperty
<Extension()>
Public Function GetETagProperty (entityType As IMutableEntityType) As IMutableProperty

Parametry

entityType
IMutableEntityType

Typ jednostki do pobrania właściwości ETag.

Zwraca

Właściwość zamapowana na element etag lub null jeśli żadna właściwość nie jest mapowana na element ETag.

Dotyczy

GetETagProperty(IReadOnlyEntityType)

Pobiera właściwość dla tej jednostki, która jest mapowana na element Cosmos ETag, jeśli istnieje.

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

Parametry

entityType
IReadOnlyEntityType

Typ jednostki do pobrania właściwości ETag.

Zwraca

Właściwość zamapowana na element ETag lub null jeśli żadna właściwość nie jest mapowana na element ETag.

Dotyczy