Click or drag to resize

LLBLGenProODataQueryProviderTLinqMetaDataGetQueryRootForResourceSet Method

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

Parameters

resourceSet
Type: System.Data.Services.ProvidersResourceSet
The resource set.

Return Value

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

Implements

IDataServiceQueryProviderGetQueryRootForResourceSet(ResourceSet)
See Also