Queryable.skipwhile<tsource> method (Iqueryable<tsource>, Expression<func<tsource, Int32, Boolean> >) Type parameters
- TSource
-
The type of the element in source.
Parameters
- Source
-
Type: System.Linq.IQueryable <TSource>
The iqueryable<t> from which to return the element .
-
- predicate
-
-
Type: System.Linq.Expressions.Expression <func<TSource, Int32, Boolean>>
A function that tests whether each element satisfies a condition; the second parameter of this function represents the index of the source element .
-
-
-
queryable.skipwhile<tsource> Method (Iqueryable<tsource>, Expression<func<tsource, Boolean> >)
-
Type parameter
- TSource
-
The type of the element in source.
Parameters
- source
-
type: system.linq.iqueryab Le <TSOURCE>
iqueryable< T> to return elements from. " The to return the element from, iqueryable <t ; .
- predicate
-
Type: System.Linq.Expressions.Expression <func<TSource, Boolean >>
a function to test whether each element satisfies a condition.
SkipWhile a parameter and two parameters