ComponentOne DataObjects for .NET
C1ExpressConnection Class Members
Properties  Methods  Events

C1.Data.Express.2 Assembly > C1.Data.Express Namespace : C1ExpressConnection Class

The following tables list the members exposed by C1ExpressConnection.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the C1ExpressConnection class.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets a value indicating whether every table and column name must be quoted to avoid collision with reserved keywords.  
Public PropertyDetermines whether string comparisons are case-sensitive.  
Public PropertyGets or sets a value indicating whether firing AfterChanges event is deferred.  
Public PropertyReturns database connection object at run time.  
Public PropertyGets or sets the connection string used to connect to the database.  
Public PropertyGets the time to wait while trying to establish a connection before terminating the attempt and generating an error.  
Public PropertyGets or sets the type of database connection, either via OLE DB or using one of the native database access options.  
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyGets the name of the current database or the database to be used once a connection is open.  
Public PropertyGets the internal data set object.  
Public PropertyGets the location and file name of the data source.  
Public PropertyGets the collection of C1.Data.C1DataTable objects representing data in C1ExpressTable components attached to this C1ExpressConnection.  
Public PropertyGets or sets a value indicating whether actions in handling a business logic event are deferred or performed immediately.  
Public PropertyGets the collection of C1ExpressTable objects attached to this C1ExpressConnection.  
Public PropertyGets the FieldDefaults object containing default field settings.  
Public PropertyGets or sets a value indicating whether the data set will be automatically filled with data when a data bound control requests data from it.  
Public PropertyDetermines the locale information used in string comparisons.  
Public PropertyGets the name of the OLE DB provider.  
Public PropertyThe collection of C1ExpressConnection relations.  
Public PropertyDetermines the type of string comparison.  
Top
Public Methods
 NameDescription
Public MethodCommits all changes made to the data set since it was filled with data or the last time AcceptChanges or RejectChanges was called.  
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.ComponentModel.Component)
Public MethodFills the tables attached to the connection with data fetching it from the database.  
Public MethodOverloaded. Creates and fills with data an ADO.NET data set containing data for all tables in this C1ExpressConnection.  
Public Method (Inherited from System.MarshalByRefObject)
Public MethodOverloaded. Gets a value indicating whether the data set has changes, including new, deleted, or modified rows, optionally filtered by C1.Data.DataRowStateEnum.  
Public Method (Inherited from System.MarshalByRefObject)
Public MethodRestores the execution mode affecting actions invoked while handling another action.  
Public MethodSets the execution mode affecting actions invoked while handling another action.  
Public MethodOverloaded. Reads XML data into the C1ExpressConnection.  
Public MethodRolls back all changes made to the data set since it was filled with data or the last time AcceptChanges or RejectChanges was called.  
Public Method (Inherited from System.ComponentModel.Component)
Public MethodUpdates (commits) all changed data set rows to the database.  
Public MethodOverloaded. Writes XML data from the C1ExpressConnection.  
Top
Public Events
 NameDescription
Public EventFired after the table attached to the connection have been filled with data.  
Public EventFired after all changes in the data set are updated to the database.  
Public EventFired after modifications made to a row are committed to the database.  
Public EventFired before the table attached to the connection are filled with data.  
Public EventFired before all changes in the data set are updated to the database.  
Public EventFired before modifications made to a row are committed to the database.  
Public Event (Inherited from System.ComponentModel.Component)
Public EventFired when an error occurs.  
Public EventUsed to programmatically specify the list of child rows for a relation.  
Public EventFired when an error occurs committing changes to the dataset.  
Top
See Also

Reference

C1ExpressConnection Class
C1.Data.Express Namespace