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.
Applies this IStructuredQueryPart on to an IQueryable returning the resultant IQueryable
Namespace: System.Web.Http.Query
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Function ApplyTo ( _
source As IQueryable _
) As IQueryable
'Usage
Dim instance As IStructuredQueryPart
Dim source As IQueryable
Dim returnValue As IQueryable
returnValue = instance.ApplyTo(source)
IQueryable ApplyTo(
IQueryable source
)
IQueryable^ ApplyTo(
IQueryable^ source
)
abstract ApplyTo :
source:IQueryable -> IQueryable
function ApplyTo(
source : IQueryable
) : IQueryable
Parameters
- source
Type: System.Linq.IQueryable
The source IQueryable
Return Value
Type: System.Linq.IQueryable
The resultant IQueryable