Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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