DSPResourceQueryProvider GetQueryRootForResourceSet Method
Returns a query which can be used to retrive resource from the specified resource set.

Namespace: HotDocs.Sdk.DataServices
Assembly: HotDocs.Sdk.DataServices (in HotDocs.Sdk.DataServices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public IQueryable GetQueryRootForResourceSet(
	ResourceSet resourceSet
)

Return Value

Type: OnlineIQueryable
An OnlineIQueryable which will be used to get resources from the specified resource set.

Implements

OnlineIDataServiceQueryProvider GetQueryRootForResourceSet(ResourceSet)
Remarks

The data service will use the LINQ to build the actual query required for the resource set. It's up to this provider to return an OnlineIQueryable which can handle such queries. If the resource set is not recognized by the provider it should return null.
See Also