Version

DataSourceObjectView Class Members

The following tables list the members exposed by DataSourceObjectView.

Public Constructors
 NameDescription
Public ConstructorDataSourceObjectView ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyCanDeleteOverridden.   
Public PropertyCanInsertOverridden.   
Public PropertyCanPageOverridden.   
Public PropertyCanRetrieveTotalRowCountOverridden. Gets a value indicating whether the DataSourceObjectView object associated with the current DataSourceObject object supports retrieving the total number of data rows, instead of the data.  
Public PropertyCanSortOverridden.   
Public PropertyCanUpdateOverridden.   
Public PropertyCustomBindingReturns a boolean for whether custom binding is occuring  
Public PropertyDataAdapterReference to the adapter of the original data.  
Public PropertyDataKeyFieldsKeeps a data key field name. In the case of compound data key the fieled names must be comma delimited.  
Public PropertyDelaySort  
Public PropertyDeleteParameters  
Public PropertyEnableDataSummarizationReturns a boolean for whether summaries should be calculated for this control  
Public PropertyInsertParameters  
Public PropertyNameGets the name of the data source view. (Inherited from System.Web.UI.DataSourceView)
Public PropertyOwnerDataSourceReference to the owner DataSourceObject.  
Public PropertyRequireFilterableCollectionReturns a boolean for whether the Records collection should be created as a FilterableRecordsCollection  
Public PropertyRequireSortableCollectionReturns a boolean for whether the Records collection should be created as a SortableRecordsCollection  
Public PropertyUnboundFieldsReturns a DataFieldCollection representing any UnboundFields on this control  
Public PropertyUnboundValuesReturns a Hashtable of unbound values. The keys are datakey. The values are string/object Dictionary.  
Public PropertyUpdateParameters  
Protected Properties
 NameDescription
Protected PropertyEventsGets a list of event-handler delegates for the data source view. (Inherited from System.Web.UI.DataSourceView)
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)
Public Events
 NameDescription
Public EventDataSourceViewChangedOccurs when the data source view has changed. (Inherited from System.Web.UI.DataSourceView)
See Also