TableQuery<TElement>.Select(IList<String>) Method

Definition

public Microsoft.WindowsAzure.Storage.Table.TableQuery<TElement> Select (System.Collections.Generic.IList<string> columns);
member this.Select : System.Collections.Generic.IList<string> -> Microsoft.WindowsAzure.Storage.Table.TableQuery<'Element (requires 'Element :> Microsoft.WindowsAzure.Storage.Table.ITableEntity and 'Element : (new : unit -> 'Element))>
Public Function Select (columns As IList(Of String)) As TableQuery(Of TElement)

Parameters

columns
IList<String>

Returns

Applies to