Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public void SetValue(
	Object targetResource,
	string propertyName,
	Object propertyValue
)

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