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.5.0.0 (5.5.18.1019)
Syntaxpublic void SetReference(
	Object targetResource,
	string propertyName,
	Object propertyValue
)
Public Sub SetReference ( 
	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 to be updated. 
Implements
IUpdatableSetReference(Object, String, Object)
See Also