共用方式為


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 子句。

備註

當您設定 Select 控制件的 LinqDataSource 屬性時,該值也會針對控件的 LinqDataSourceView SelectNew屬性設定。

適用於

另請參閱