This documentation is archived and is not being maintained.
ObjectDataSourceView::Select Method
Visual Studio 2010
Retrieves data from the object that is identified by the TypeName property by calling the method that is identified by the SelectMethod property.
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 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. |
|
Select(DataSourceSelectArguments, DataSourceViewSelectCallback) | Gets a list of data asynchronously from the underlying data storage. (Inherited from DataSourceView.) |
Show: