Share via


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

屬性值

String

用來建立 Select 子句的值。

備註

當您設定 Select 控制項的屬性時 LinqDataSource ,也會針對控制項的選取屬性設定該值 LinqDataSourceView

適用於

另請參閱