LLBLGenProODataServiceUpdateProviderGetResource Method  | 
 
            Gets the resource of the specified type identified by a query and type name.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ODataSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ODataSupportClasses (in SD.LLBLGen.Pro.ODataSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic Object GetResource(
	IQueryable query,
	string fullTypeName
)
Public Function GetResource ( 
	query As IQueryable,
	fullTypeName As String
) As Object
Parameters
- query
 - Type: System.LinqIQueryable
Language integratee query(LINQ) pointing to a particular resource. - fullTypeName
 - Type: SystemString
The fully qualified type name of resource. 
Return Value
Type: 
Object
            An opaque object representing a resource of the specified type, referenced by the specified query.
            
Implements
IUpdatableGetResource(IQueryable, String)
See Also