Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 EnumPropertyConfiguration IsConcurrencyToken()
public:
EnumPropertyConfiguration^ IsConcurrencyToken()
member IsConcurrencyToken : unit -> EnumPropertyConfiguration
Public Function IsConcurrencyToken As EnumPropertyConfiguration
Return Value
Type: System.Web.OData.Builder.EnumPropertyConfiguration
Returns itself so that multiple calls can be chained.
See Also
EnumPropertyConfiguration Class
System.Web.OData.Builder Namespace
Return to top