LinqDataSourceView.Select(DataSourceSelectArguments) 方法

定義

擷取資料來源中的資料。

public:
 System::Collections::IEnumerable ^ Select(System::Web::UI::DataSourceSelectArguments ^ arguments);
public System.Collections.IEnumerable Select (System.Web.UI.DataSourceSelectArguments arguments);
override this.Select : System.Web.UI.DataSourceSelectArguments -> System.Collections.IEnumerable
Public Function Select (arguments As DataSourceSelectArguments) As IEnumerable

參數

arguments
DataSourceSelectArguments

用於針對基本資料擷取以外的資料之要求作業的物件。

傳回

資料列的清單。

備註

方法會 Select 呼叫 ExecuteSelect(DataSourceSelectArguments) 方法,並傳遞 selectArgs 參數。

適用於