Click or drag to resize
LLBLGenProODataServiceUpdateProviderSetReference Method
Sets the value of the specified reference property on the target object.

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 SetReference(
	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 to be updated.

Implements

IUpdatableSetReference(Object, String, Object)
See Also