The following tables list the members exposed by DataSourceObjectView.
Name | Description | |
---|---|---|
![]() | DataSourceObjectView Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | CanDelete | Overridden. |
![]() | CanInsert | Overridden. |
![]() | CanPage | Overridden. |
![]() | CanRetrieveTotalRowCount | Overridden. 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. |
![]() | CanSort | Overridden. |
![]() | CanUpdate | Overridden. |
![]() | CustomBinding | Returns a boolean for whether custom binding is occuring |
![]() | DataAdapter | Reference to the adapter of the original data. |
![]() | DataKeyFields | Keeps a data key field name. In the case of compound data key the fieled names must be comma delimited. |
![]() | DelaySort | |
![]() | DeleteParameters | |
![]() | EnableDataSummarization | Returns a boolean for whether summaries should be calculated for this control |
![]() | InsertParameters | |
![]() | Name | Gets the name of the data source view. (Inherited from System.Web.UI.DataSourceView) |
![]() | OwnerDataSource | Reference to the owner DataSourceObject. |
![]() | RequireFilterableCollection | Returns a boolean for whether the Records collection should be created as a FilterableRecordsCollection |
![]() | RequireSortableCollection | Returns a boolean for whether the Records collection should be created as a SortableRecordsCollection |
![]() | UnboundFields | Returns a DataFieldCollection representing any UnboundFields on this control |
![]() | UnboundValues | Returns a Hashtable of unbound values. The keys are datakey. The values are string/object Dictionary. |
![]() | UpdateParameters |
Name | Description | |
---|---|---|
![]() | Events | Gets a list of event-handler delegates for the data source view. (Inherited from System.Web.UI.DataSourceView) |
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) |
Name | Description | |
---|---|---|
![]() | DataSourceViewChanged | Occurs when the data source view has changed. (Inherited from System.Web.UI.DataSourceView) |