ComponentOne DataObjects for .NET
C1SqlServerConnection Class Members
Properties  Methods 

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

The following tables list the members exposed by C1SqlServerConnection.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets or sets the wait time before terminating an attempt to execute a command and generating an error. (Inherited from C1.Data.SchemaObjects.Connection)
Public PropertyGets or sets the string used to connect to a database. (Inherited from C1.Data.SchemaObjects.Connection)
Public PropertyOverridden.   
Public PropertyOverridden. In this class this property returns ConnectionTypeEnum.SqlServer.  
Public PropertyGets .NET IDbConnection object representing open connection. (Inherited from C1.Data.SchemaObjects.Connection)
Public PropertyGets .NET IDbTransaction object representing current transaction. (Inherited from C1.Data.SchemaObjects.Connection)
Public PropertyGets or sets a description for the connection. (Inherited from C1.Data.SchemaObjects.Connection)
Public PropertyGets or sets the name of the connection object. (Inherited from C1.Data.SchemaObjects.Connection)
Public PropertyGets the schema to which the connection object belongs. (Inherited from C1.Data.SchemaObjects.Connection)
Public PropertyGets the SqlDialectInfo object containing information about SQL dialect supported by the connection. (Inherited from C1.Data.SchemaObjects.Connection)
Top
Public Methods
 NameDescription
Public MethodStarts a transaction on the connection object. (Inherited from C1.Data.SchemaObjects.Connection)
Public MethodCreates a copy of the connection object, with the same Name and other properties. (Inherited from C1.Data.SchemaObjects.Connection)
Public MethodCloses database connection. (Inherited from C1.Data.SchemaObjects.Connection)
Public MethodCommits the current transaction. (Inherited from C1.Data.SchemaObjects.Connection)
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.MarshalByRefObject)
Public MethodOpens database connection. (Inherited from C1.Data.SchemaObjects.Connection)
Public MethodRolls back the current transaction. (Inherited from C1.Data.SchemaObjects.Connection)
Public Method (Inherited from C1.Data.SchemaObjects.Connection)
Top
See Also

Reference

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