For a list of all members of this type, see DataSourceObjectView members.
| Name | Description | |
|---|---|---|
![]() | CanExecute | Determines whether the specified command can be executed. (Inherited from System.Web.UI.DataSourceView) |
![]() | Delete | Overridden. Deletes the given keys from the datasource |
![]() | ExecuteCommand | Overloaded. Executes the specified command. (Inherited from System.Web.UI.DataSourceView) |
![]() | FillSelectArguments | Fills the given select arguments |
![]() | GetJSONData | Overloaded. Outputs the data source object's data as JSON into a StringBuider. |
![]() | GetJSONDataForRecord | Outputs the data source object's data for the given record as JSON into a StringBuider. |
![]() | Insert | Overridden. Inserts the given values into the datasource |
![]() | Reanalyze | Reanalyzes the datasource to reset the DataAdapter |
![]() | Select | Gets a list of data asynchronously from the underlying data storage. (Inherited from System.Web.UI.DataSourceView) |
![]() | Sort | If the DataAdapter is using SortableRecordsCollection and there are Records then this method will sort them. |
![]() | Update | Overloaded. Overridden. Performs an update on the given keys with the given values |
| Name | Description | |
|---|---|---|
![]() | Analyze | Analyzes the original data source and returns a new instance of an appropriate data adapter. |
![]() | ExecuteDelete | Performs a delete operation on the list of data that the System.Web.UI.DataSourceView object represents. (Inherited from System.Web.UI.DataSourceView) |
![]() | ExecuteInsert | Performs an insert operation on the list of data that the System.Web.UI.DataSourceView object represents. (Inherited from System.Web.UI.DataSourceView) |
![]() | ExecuteSelect | Overridden. Gets a list of data from the underlying data storage. |
![]() | ExecuteUpdate | Performs an update operation on the list of data that the System.Web.UI.DataSourceView object represents. (Inherited from System.Web.UI.DataSourceView) |
![]() | OnDataSourceViewChanged | Raises the System.Web.UI.DataSourceView.DataSourceViewChanged event. (Inherited from System.Web.UI.DataSourceView) |