次の方法で共有


TableQuery<TElement>.Select(IList<String>) メソッド

定義

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)

パラメーター

columns
IList<String>

戻り値

適用対象