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.6.0.0 (5.6.19.0117)
Syntax public 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