LinqDataSourceView.SelectNew プロパティ

定義

取得したデータに含まれるプロパティと計算値を取得または設定します。

public:
 property System::String ^ SelectNew { System::String ^ get(); void set(System::String ^ value); };
public string SelectNew { get; set; }
member this.SelectNew : string with get, set
Public Property SelectNew As String

プロパティ値

Select 句の作成に使用される値。

注釈

コントロールの LinqDataSource プロパティをSelect設定すると、その値はコントロールの SelectNew プロパティにも設定されますLinqDataSourceView

適用対象

こちらもご覧ください