The C1WebExpressConnection type exposes the following members.

Methods

  NameDescription
Public methodAcceptChanges
Commits all changes made to the data set since it was filled with data or the last time AcceptChanges or RejectChanges()()()() was called.
Protected methodAddedControl
Called after a child control is added to the Controls collection of the Control object.
(Inherited from Control.)
Protected methodCreateChildControls
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.)
Public methodFill
Fills the tables attached to the connection with data fetching it from the database.
Public methodGetExportDataSetOverloaded.
Protected methodGetView
Gets the named data source view associated with the data source control.
(Inherited from DataSourceControl.)
Protected methodGetViewNames
Gets a collection of names, representing the list of DataSourceView objects associated with the DataSourceControl control.
(Inherited from DataSourceControl.)
Public methodHasChangesOverloaded.
Protected methodLoadControlState
Restores control-state information from a previous page request that was saved by the SaveControlState()()()() method.
(Inherited from Control.)
Protected methodMapPathSecure
Retrieves the physical path that a virtual path, either absolute or relative, maps to.
(Inherited from Control.)
Protected methodOnInit
Raises the Init event.
(Inherited from Control.)
Protected methodOnLoad
Raises the Load event.
(Inherited from Control.)
Protected methodOnPreRender
Raises the PreRender event.
(Inherited from Control.)
Protected methodOnUnload
Raises the Unload event.
(Inherited from Control.)
Protected methodOpenFile
Gets a Stream used to read a file.
(Inherited from Control.)
Public methodPopExecutionMode
Restores the execution mode affecting actions invoked while handling another action.
Public methodPushExecutionMode
Sets the execution mode affecting actions invoked while handling another action.
Public methodReadXmlOverloaded.
Public methodRejectChanges
Rolls back all changes made to the data set since it was filled with data or the last time AcceptChanges()()()() or RejectChanges was called.
Protected methodRemovedControl
Called after a child control is removed from the Controls collection of the Control object.
(Inherited from Control.)
Protected methodRender
Sends server control content to a provided HtmlTextWriter object, which writes the content to be rendered on the client.
(Inherited from Control.)
Protected methodRenderChildren
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.)
Protected methodSaveControlState
Saves any server control state changes that have occurred since the time the page was posted back to the server.
(Inherited from Control.)
Public methodUpdate
Updates (commits) all changed data set rows to the database.
Public methodWriteXmlOverloaded.

See Also