Retrieves data from the object that is identified by the ObjectDataSourceView.TypeName property by calling the method that is identified by the ObjectDataSourceView.SelectMethod property and passing any values in the ObjectDataSourceView.SelectParameters collection.
- arguments
- A System.Web.UI.DataSourceSelectArguments used to request operations on the data beyond basic data retrieval.
An IEnumerable list of data rows. For more information, see ObjectDataSourceView.SelectMethod.
The ObjectDataSourceView.Select(System.Web.UI.DataSourceSelectArguments) method calls the ObjectDataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments) passing the arguments parameter.