Click or drag to resize
LLBLGenProODataServiceUpdateProvider.GetValue Method
Gets the value of the specified property on the target object.

Namespace: SD.LLBLGen.Pro.ODataSupportClasses
Assembly: SD.LLBLGen.Pro.ODataSupportClasses (in SD.LLBLGen.Pro.ODataSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public Object GetValue(
	Object targetResource,
	string propertyName
)

Parameters

targetResource
Type: System.Object
An opaque object that represents a resource.
propertyName
Type: System.String
The name of the property whose value needs to be retrieved.

Return Value

Type: Object

Implements

IUpdatable.GetValue(Object, String)
See Also