This documentation is archived and is not being maintained.
SqlDataSourceView::Select Method
Visual Studio 2008
Retrieves data from the underlying database using the SelectCommand SQL string and any parameters that are in the SelectParameters collection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Select(DataSourceSelectArguments) | Retrieves data from the underlying database using the SelectCommand SQL string and any parameters that are in the SelectParameters collection. |
|
Select(DataSourceSelectArguments, DataSourceViewSelectCallback) | Gets a list of data asynchronously from the underlying data storage. (Inherited from DataSourceView.) |
Show: