Click or drag to resize
LLBLGenProODataServiceUpdateProviderSetConcurrencyValues 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.3.0.0 (5.3.0)
Syntax
public void SetConcurrencyValues(
	Object resourceCookie,
	Nullable<bool> checkForEquality,
	IEnumerable<KeyValuePair<string, Object>> concurrencyValues
)

Parameters

resourceCookie
Type: SystemObject
Cookie that represents the resource.
checkForEquality
Type: SystemNullableBoolean
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.GenericIEnumerableKeyValuePairString, Object
An IEnumerableT list of the eTag property names and corresponding values.

Implements

IDataServiceUpdateProviderSetConcurrencyValues(Object, NullableBoolean, IEnumerableKeyValuePairString, Object)
See Also