LLBLGenProODataServiceUpdateProviderSetValue Method  | 
 
            Sets the value of the property with the specified name on the target resource to the specified property value.
            
 
    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 SetValue(
	Object targetResource,
	string propertyName,
	Object propertyValue
)
Public Sub SetValue ( 
	targetResource As Object,
	propertyName As String,
	propertyValue As Object
)
Parameters
- targetResource
 - Type: SystemObject
The target object that defines the property. - propertyName
 - Type: SystemString
The name of the property whose value needs to be updated. - propertyValue
 - Type: SystemObject
The property value for update. 
Implements
IUpdatableSetValue(Object, String, Object)
See Also