XmlDataSourceView.Select(DataSourceSelectArguments) Yöntem

Tanım

Temel alınan XML 'den veri satırlarının bir listesini 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

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

Döndürülenler

IEnumerable

IEnumerableVeri öğeleri koleksiyonu.

Şunlara uygulanır