LinqDataSourceView.SelectNew 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定屬性以及擷取之資料中包含的計算值。
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屬性設定。