Click or drag to resize
LLBLGenProODataQueryProvider<TLinqMetaData>.GetQueryRootForResourceSet Method

Namespace:  SD.LLBLGen.Pro.ODataSupportClasses
Assembly:  SD.LLBLGen.Pro.ODataSupportClasses (in SD.LLBLGen.Pro.ODataSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public IQueryable GetQueryRootForResourceSet(
	ResourceSet resourceSet
)

Parameters

resourceSet
Type: System.Data.Services.Providers.ResourceSet
The resource set.

Return Value

Type: IQueryable
An IQueryable< T> that represents the resource set, or a null value if there is no resource set for the specified resourceSet.

Implements

IDataServiceQueryProvider.GetQueryRootForResourceSet(ResourceSet)
See Also