Share via


PrimitivePropertyConfiguration.IsConcurrencyToken Method ()

 

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

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public PrimitivePropertyConfiguration IsConcurrencyToken()
public:
PrimitivePropertyConfiguration^ IsConcurrencyToken()
member IsConcurrencyToken : unit -> PrimitivePropertyConfiguration
Public Function IsConcurrencyToken As PrimitivePropertyConfiguration

Return Value

Type: System.Web.OData.Builder.PrimitivePropertyConfiguration

Returns itself so that multiple calls can be chained.

See Also

PrimitivePropertyConfiguration Class
System.Web.OData.Builder Namespace

Return to top