The C1WebDataSet type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AcceptChanges |
Commits all changes made to the data set since it was filled with data or the last time AcceptChanges()()()() or RejectChanges()()()() was called.
|
![]() | AddedControl | (Inherited from Control.) |
![]() | Clear |
Removes all rows from all data set tables.
|
![]() | CreateChildControls |
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
(Inherited from Control.) |
![]() | Fill | Overloaded. |
![]() | GetChanges | Overloaded. |
![]() | GetDefaultTableViewRows |
Returns the list of all potential table view rows, pointers to all existing table rows.
|
![]() | GetExportDataSet | Overloaded. |
![]() | GetView |
Gets the named data source view associated with the data source control.
(Inherited from DataSourceControl.) |
![]() | GetViewNames |
Gets a collection of names, representing the list of DataSourceView objects associated with the DataSourceControl control.
(Inherited from DataSourceControl.) |
![]() | HasChanges | Overloaded. |
![]() | LoadControlState |
Restores control-state information from a previous page request that was saved by the SaveControlState()()()() method.
(Inherited from Control.) |
![]() | MapPathSecure |
Retrieves the physical path that a virtual path, either absolute or relative, maps to.
(Inherited from Control.) |
![]() | Merge |
Merges the parameter data set containing only simple table data into this (caller) data set.
|
![]() | OnInit |
Raises the Init event.
(Inherited from Control.) |
![]() | OnLoad |
Raises the Load event.
(Inherited from Control.) |
![]() | OnPreRender |
Raises the PreRender event.
(Inherited from Control.) |
![]() | OnUnload |
Raises the Unload event.
(Inherited from Control.) |
![]() | OpenFile |
Gets a Stream used to read a file.
(Inherited from Control.) |
![]() | PopExecutionMode |
Restores the execution mode affecting actions invoked while handling another action.
|
![]() | PushExecutionMode |
Sets the execution mode affecting actions invoked while handling another action.
|
![]() | ReadXml | Overloaded. |
![]() | RejectChanges |
Rolls back all changes made to the data set since it was filled with data or the last time AcceptChanges()()()() or RejectChanges()()()() was called.
|
![]() | RemovedControl | (Inherited from Control.) |
![]() | Render |
Sends server control content to a provided HtmlTextWriter object, which writes the content to be rendered on the client.
(Inherited from Control.) |
![]() | RenderChildren |
Outputs the content of a server control's children to a provided HtmlTextWriter object, which writes the content to be rendered on the client.
(Inherited from Control.) |
![]() | SaveControlState |
Saves any server control state changes that have occurred since the time the page was posted back to the server.
(Inherited from Control.) |
![]() | SetTableViewRows |
Fills a table view with rows pointing to table rows.
|
![]() | StopAsyncFetch |
For DataAccessMode = VirtualAutomatic, this property
stops the background fetch, if a fetch is in progress.
|
![]() | StorageChangeBegin |
Begins the process of modifying/synchronizing the underlying ADO.NET DataSet.
|
![]() | StorageChanged | Overloaded. |
![]() | StorageChangeEnd |
Ends the process of modifying/synchronizing the underlying ADO.NET DataSet.
|
![]() | Update | Overloaded. |
![]() | WriteXml | Overloaded. |