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 プロパティを設定すると、その値はLinqDataSourceView コントロールの SelectNew プロパティにも設定されます。

適用対象

こちらもご覧ください