The C1WebExpressConnection type exposes the following members.

Events

  NameDescription
Public eventAfterFill
Fired after the table attached to the connection have been filled with data.
Public eventAfterUpdate
Fired after all changes in the data set are updated to the database.
Public eventAfterUpdateRow
Fired after modifications made to a row are committed to the database.
Public eventBeforeFill
Fired before the table attached to the connection are filled with data.
Public eventBeforeUpdate
Fired before all changes in the data set are updated to the database.
Public eventBeforeUpdateRow
Fired before modifications made to a row are committed to the database.
Public eventDataBinding
Occurs when the server control binds to a data source.
(Inherited from Control.)
Public eventDisposed
Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested.
(Inherited from Control.)
Public eventError
Fired when an error occurs.
Public eventGetChildRows
Used to programmatically specify the list of child rows for a relation.
Public eventInit
Occurs when the server control is initialized, which is the first step in its lifecycle.
(Inherited from Control.)
Public eventLoad
Occurs when the server control is loaded into the Page object.
(Inherited from Control.)
Public eventPreRender
Occurs after the Control object is loaded but prior to rendering.
(Inherited from Control.)
Public eventUnload
Occurs when the server control is unloaded from memory.
(Inherited from Control.)
Public eventUpdateError
Fired when an error occurs committing changes to the dataset.

See Also