Share via


EnumPropertyConfiguration.IsConcurrencyToken Method

Definition

Configures the property to be used in concurrency checks. For OData this means to be part of the ETag.

public Microsoft.AspNet.OData.Builder.EnumPropertyConfiguration IsConcurrencyToken ();
member this.IsConcurrencyToken : unit -> Microsoft.AspNet.OData.Builder.EnumPropertyConfiguration
Public Function IsConcurrencyToken () As EnumPropertyConfiguration

Returns

Returns itself so that multiple calls can be chained.

Applies to