| 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.1.0.0 (5.1.0)
Syntaxpublic Object ResolveResource(
	Object resource
)
Public Function ResolveResource ( 
	resource As Object
) As Object
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