CosmosEntityTypeExtensions.GetETagPropertyNameConfigurationSource Method

Definition

Gets the ConfigurationSource for the property that is used to store the etag.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetETagPropertyNameConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
static member GetETagPropertyNameConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetETagPropertyNameConfigurationSource (entityType As IConventionEntityType) As Nullable(Of ConfigurationSource)

Parameters

entityType
IConventionEntityType

The entity type to find configuration source for.

Returns

The ConfigurationSource for the etag property.

Applies to