CosmosEntityTypeExtensions.GetETagProperty Méthode

Définition

Surcharges

GetETagProperty(IConventionEntityType)

Obtient la propriété sur cette entité mappée à Cosmos ETag, si elle existe.

GetETagProperty(IEntityType)

Obtient la propriété sur cette entité mappée à Cosmos ETag, si elle existe.

GetETagProperty(IMutableEntityType)

Obtient la propriété sur cette entité mappée à Cosmos ETag, si elle existe.

GetETagProperty(IReadOnlyEntityType)

Obtient la propriété sur cette entité mappée à Cosmos ETag, si elle existe.

GetETagProperty(IConventionEntityType)

Obtient la propriété sur cette entité mappée à Cosmos ETag, si elle existe.

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

Paramètres

entityType
IConventionEntityType

Type d’entité pour lequel obtenir la propriété ETag.

Retours

Propriété mappée à etag, ou null si aucune propriété n’est mappée à ETag.

S’applique à

GetETagProperty(IEntityType)

Obtient la propriété sur cette entité mappée à Cosmos ETag, si elle existe.

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

Paramètres

entityType
IEntityType

Type d’entité pour lequel obtenir la propriété ETag.

Retours

Propriété mappée à etag, ou null si aucune propriété n’est mappée à ETag.

S’applique à

GetETagProperty(IMutableEntityType)

Obtient la propriété sur cette entité mappée à Cosmos ETag, si elle existe.

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

Paramètres

entityType
IMutableEntityType

Type d’entité pour lequel obtenir la propriété ETag.

Retours

Propriété mappée à etag, ou null si aucune propriété n’est mappée à ETag.

S’applique à

GetETagProperty(IReadOnlyEntityType)

Obtient la propriété sur cette entité mappée à Cosmos ETag, si elle existe.

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

Paramètres

entityType
IReadOnlyEntityType

Type d’entité pour lequel obtenir la propriété ETag.

Retours

Propriété mappée à ETag, ou null si aucune propriété n’est mappée à ETag.

S’applique à