CosmosEntityTypeExtensions.GetETagProperty Methode

Definition

Überlädt

GetETagProperty(IConventionEntityType)

Ruft die Eigenschaft für diese Entität ab, die Cosmos ETag zugeordnet ist, sofern vorhanden.

GetETagProperty(IEntityType)

Ruft die Eigenschaft für diese Entität ab, die Cosmos ETag zugeordnet ist, sofern vorhanden.

GetETagProperty(IMutableEntityType)

Ruft die Eigenschaft für diese Entität ab, die Cosmos ETag zugeordnet ist, sofern vorhanden.

GetETagProperty(IReadOnlyEntityType)

Ruft die Eigenschaft für diese Entität ab, die Cosmos ETag zugeordnet ist, sofern vorhanden.

GetETagProperty(IConventionEntityType)

Ruft die Eigenschaft für diese Entität ab, die Cosmos ETag zugeordnet ist, sofern vorhanden.

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

Parameter

entityType
IConventionEntityType

Der Entitätstyp, für den die ETag-Eigenschaft abgerufen werden soll.

Gibt zurück

Die -Eigenschaft, die etag zugeordnet ist, oder null , wenn ETag keine Eigenschaft zugeordnet ist.

Gilt für:

GetETagProperty(IEntityType)

Ruft die Eigenschaft für diese Entität ab, die Cosmos ETag zugeordnet ist, sofern vorhanden.

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

Parameter

entityType
IEntityType

Der Entitätstyp, für den die ETag-Eigenschaft abgerufen werden soll.

Gibt zurück

Die -Eigenschaft, die etag zugeordnet ist, oder null , wenn ETag keine Eigenschaft zugeordnet ist.

Gilt für:

GetETagProperty(IMutableEntityType)

Ruft die Eigenschaft für diese Entität ab, die Cosmos ETag zugeordnet ist, sofern vorhanden.

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

Parameter

entityType
IMutableEntityType

Der Entitätstyp, für den die ETag-Eigenschaft abgerufen werden soll.

Gibt zurück

Die -Eigenschaft, die etag zugeordnet ist, oder null , wenn ETag keine Eigenschaft zugeordnet ist.

Gilt für:

GetETagProperty(IReadOnlyEntityType)

Ruft die Eigenschaft für diese Entität ab, die Cosmos ETag zugeordnet ist, sofern vorhanden.

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

Parameter

entityType
IReadOnlyEntityType

Der Entitätstyp, für den die ETag-Eigenschaft abgerufen werden soll.

Gibt zurück

Die Eigenschaft, die ETag zugeordnet ist, oder null , wenn ETag keine Eigenschaft zugeordnet ist.

Gilt für: