Click or drag to resize
LLBLGenProODataServiceUpdateProvider.SetConcurrencyValues Method
Supplies the eTag value for the given entity resource.

Namespace:  SD.LLBLGen.Pro.ODataSupportClasses
Assembly:  SD.LLBLGen.Pro.ODataSupportClasses (in SD.LLBLGen.Pro.ODataSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public void SetConcurrencyValues(
	Object resourceCookie,
	Nullable<bool> checkForEquality,
	IEnumerable<KeyValuePair<string, Object>> concurrencyValues
)

Parameters

resourceCookie
Type: System.Object
Cookie that represents the resource.
checkForEquality
Type: System.Nullable<Boolean>
A Boolean that is true when property values must be compared for equality; false when property values must be compared for inequality.
concurrencyValues
Type: System.Collections.Generic.IEnumerable<KeyValuePair<String, Object>>
An IEnumerable< T> list of the eTag property names and corresponding values.

Implements

IDataServiceUpdateProvider.SetConcurrencyValues(Object, Nullable<Boolean>, IEnumerable<KeyValuePair<String, Object>>)
See Also