次の方法で共有


TableQuery.SelectColumns プロパティ

定義

テーブル クエリの実行時に返されるテーブル エンティティのプロパティの名前を取得または設定します。

public System.Collections.Generic.IList<string> SelectColumns { get; set; }
member this.SelectColumns : System.Collections.Generic.IList<string> with get, set
Public Property SelectColumns As IList(Of String)

プロパティ値

クエリの実行時に返されるテーブル エンティティのプロパティの名前を表す文字列のリストです。

適用対象