Click or drag to resize

LLBLGenProODataServiceUpdateProviderGetValue 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.5.0.0 (5.5.18.1019)
Syntax
public Object GetValue(
	Object targetResource,
	string propertyName
)

Parameters

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

Return Value

Type: Object

Implements

IUpdatableGetValue(Object, String)
See Also