IMobileServiceTableQuery<T>.Select
Method
Definition
Applies the specified selection to the source query.
public Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<U> Select<U> (System.Linq.Expressions.Expression<Func<T,U>> selector);
Type Parameters
- U
Type representing the projected result of the query.
Parameters
- selector
- Expression<Func<T,U>>
The selector function.
Returns
The composed query.