CosmosPropertyBuilderExtensions.IsETagConcurrency メソッド

定義

オーバーロード

IsETagConcurrency(PropertyBuilder)

このプロパティを etag コンカレンシー トークンとして構成します。

IsETagConcurrency<TProperty>(PropertyBuilder<TProperty>)

このプロパティを etag コンカレンシー トークンとして構成します。

IsETagConcurrency(PropertyBuilder)

このプロパティを etag コンカレンシー トークンとして構成します。

public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder IsETagConcurrency (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder propertyBuilder);
static member IsETagConcurrency : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder
<Extension()>
Public Function IsETagConcurrency (propertyBuilder As PropertyBuilder) As PropertyBuilder

パラメーター

propertyBuilder
PropertyBuilder

構成されているプロパティのビルダー。

戻り値

複数の呼び出しをチェーンできるように、同じビルダー インスタンス。

注釈

詳細と例については、「 エンティティの種類とリレーションシップのモデル化」および「 EF Core を使用した Azure Cosmos DB へのアクセス 」を参照してください。

適用対象

IsETagConcurrency<TProperty>(PropertyBuilder<TProperty>)

このプロパティを etag コンカレンシー トークンとして構成します。

public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> IsETagConcurrency<TProperty> (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> propertyBuilder);
static member IsETagConcurrency : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property> -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property>
<Extension()>
Public Function IsETagConcurrency(Of TProperty) (propertyBuilder As PropertyBuilder(Of TProperty)) As PropertyBuilder(Of TProperty)

型パラメーター

TProperty

構成されるプロパティの型。

パラメーター

propertyBuilder
PropertyBuilder<TProperty>

構成されているプロパティのビルダー。

戻り値

複数の呼び出しをチェーンできるように、同じビルダー インスタンス。

注釈

詳細と例については、「 エンティティの種類とリレーションシップのモデル化」および「 EF Core を使用した Azure Cosmos DB へのアクセス 」を参照してください。

適用対象