The C1WebExpressConnection 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.) |
![]() | 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 |
Fills the tables attached to the connection with data fetching it from the database.
|
![]() | 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.) |
![]() | 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.) |
![]() | Update |
Updates (commits) all changed data set rows to the database.
|
![]() | WriteXml | Overloaded. |