ObjectDataSourceView.Select Method
.NET Framework 3.0
Retrieves data from the object that is identified by the TypeName property by calling the method that is identified by the SelectMethod property.
| Name | Description |
|---|---|
| ObjectDataSourceView.Select (DataSourceSelectArguments) | Retrieves data from the object that is identified by the TypeName property by calling the method that is identified by the SelectMethod property and passing any values in the SelectParameters collection. |
| ObjectDataSourceView.Select (DataSourceSelectArguments, DataSourceViewSelectCallback) | Gets a list of data asynchronously from the underlying data storage. |
Community Additions
ADD
Show: