Click or drag to resize

LLBLGenProODataServiceUpdateProviderResolveResource Method

Returns the instance of the resource represented by the specified resource 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 ResolveResource(
	Object resource
)

Parameters

resource
Type: SystemObject
The object representing the resource whose instance needs to be retrieved.

Return Value

Type: Object
Returns the instance of the resource represented by the specified resource object.

Implements

IUpdatableResolveResource(Object)
See Also