LinqDataSourceView.Select(DataSourceSelectArguments) Yöntem

Tanım

Veri kaynağından veri alır.

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

Parametreler

arguments
DataSourceSelectArguments

Temel veri alımı ötesinde veriler üzerinde işlem istemek için kullanılan bir nesne.

Döndürülenler

IEnumerable

Veri satırlarının listesi.

Açıklamalar

SelectYöntemi, ExecuteSelect(DataSourceSelectArguments) selectArgs parametresini geçirerek parametresini çağırır.

Şunlara uygulanır