Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the resource of the specified type identified by a query and type name.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Function GetResource ( _
query As IQueryable, _
fullTypeName As String _
) As Object
'Usage
Dim instance As IUpdatable
Dim query As IQueryable
Dim fullTypeName As String
Dim returnValue As Object
returnValue = instance.GetResource(query, _
fullTypeName)
Object GetResource(
IQueryable query,
string fullTypeName
)
Object^ GetResource(
IQueryable^ query,
String^ fullTypeName
)
abstract GetResource :
query:IQueryable *
fullTypeName:string -> Object
function GetResource(
query : IQueryable,
fullTypeName : String
) : Object
Parameters
- query
Type: System.Linq.IQueryable
Language integrated query (LINQ) pointing to a particular resource.
- fullTypeName
Type: System.String
The fully qualified type name of resource.
Return Value
Type: System.Object
An opaque object representing a resource of the specified type, referenced by the specified query.