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.3)
Syntax public IQueryable GetQueryRootForResourceSet(
ResourceSet resourceSet
)
Public Function GetQueryRootForResourceSet (
resourceSet As ResourceSet
) As IQueryable
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.
See Also