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.4.0.0 (5.4.0)
Syntaxpublic void SetConcurrencyValues(
	Object resourceCookie,
	Nullable<bool> checkForEquality,
	IEnumerable<KeyValuePair<string, Object>> concurrencyValues
)
Public Sub SetConcurrencyValues ( 
	resourceCookie As Object,
	checkForEquality As Nullable(Of Boolean),
	concurrencyValues As IEnumerable(Of KeyValuePair(Of String, Object))
)
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