SqlDataSourceView.Select Method
.NET Framework 2.0
Retrieves data from the underlying database using the SelectCommand SQL string and any parameters that are in the SelectParameters collection.
| Name | Description |
|---|---|
| SqlDataSourceView.Select (DataSourceSelectArguments) | Retrieves data from the underlying database using the SelectCommand SQL string and any parameters that are in the SelectParameters collection. |
| SqlDataSourceView.Select (DataSourceSelectArguments, DataSourceViewSelectCallback) | Gets a list of data asynchronously from the underlying data storage. |
Community Additions
ADD
Show: