ComponentOne DataObjects for .NET
Connection Class Members
Properties  Methods 

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace : Connection Class

The following tables list the members exposed by Connection.

Public Properties
 NameDescription
Public PropertyGets or sets the wait time before terminating an attempt to execute a command and generating an error.  
Public PropertyGets or sets the string used to connect to a database.  
Public PropertyGets the type of database connection, either via OLE DB or using one of the native database access options.  
Public PropertyGets .NET IDbConnection object representing open connection.  
Public PropertyGets .NET IDbTransaction object representing current transaction.  
Public PropertyGets or sets a description for the connection.  
Public PropertyGets or sets the name of the connection object.  
Public PropertyGets the schema to which the connection object belongs.  
Public PropertyGets the SqlDialectInfo object containing information about SQL dialect supported by the connection.  
Top
Public Methods
 NameDescription
Public MethodStarts a transaction on the connection object.  
Public MethodCreates a copy of the connection object, with the same Name and other properties.  
Public MethodCloses database connection.  
Public MethodCommits the current transaction.  
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.MarshalByRefObject)
Public MethodOpens database connection.  
Public MethodRolls back the current transaction.  
Public Method  
Top
See Also

Reference

Connection Class
C1.Data.SchemaObjects Namespace
Database Connections
Native and OLE DB Database Access