IMobileServiceTable<T>.Select Method

Definition

Creates a query by applying the specified selection.

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

A query against the table.