Version

DataSourceObjectView Class Methods

For a list of all members of this type, see DataSourceObjectView members.

Public Methods
 NameDescription
Public MethodCanExecuteDetermines whether the specified command can be executed. (Inherited from System.Web.UI.DataSourceView)
Public MethodDeleteOverridden. Deletes the given keys from the datasource  
Public MethodExecuteCommandOverloaded. Executes the specified command. (Inherited from System.Web.UI.DataSourceView)
Public MethodFillSelectArgumentsFills the given select arguments  
Public MethodGetJSONDataOverloaded. Outputs the data source object's data as JSON into a StringBuider.  
Public MethodGetJSONDataForRecordOutputs the data source object's data for the given record as JSON into a StringBuider.  
Public MethodInsertOverridden. Inserts the given values into the datasource  
Public MethodReanalyzeReanalyzes the datasource to reset the DataAdapter  
Public MethodSelectGets a list of data asynchronously from the underlying data storage. (Inherited from System.Web.UI.DataSourceView)
Public MethodSortIf the DataAdapter is using SortableRecordsCollection and there are Records then this method will sort them.  
Public MethodUpdateOverloaded. Overridden. Performs an update on the given keys with the given values  
Protected Methods
 NameDescription
Protected MethodAnalyzeAnalyzes the original data source and returns a new instance of an appropriate data adapter.  
Protected MethodExecuteDeletePerforms a delete operation on the list of data that the System.Web.UI.DataSourceView object represents. (Inherited from System.Web.UI.DataSourceView)
Protected MethodExecuteInsertPerforms an insert operation on the list of data that the System.Web.UI.DataSourceView object represents. (Inherited from System.Web.UI.DataSourceView)
Protected MethodExecuteSelectOverridden. Gets a list of data from the underlying data storage.  
Protected MethodExecuteUpdatePerforms an update operation on the list of data that the System.Web.UI.DataSourceView object represents. (Inherited from System.Web.UI.DataSourceView)
Protected MethodOnDataSourceViewChangedRaises the System.Web.UI.DataSourceView.DataSourceViewChanged event. (Inherited from System.Web.UI.DataSourceView)
See Also