ComponentOne DataObjects for .NET
C1CustomConnection Class Properties

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

For a list of all members of this type, see C1CustomConnection members.

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. In this class this property returns ConnectionTypeEnum.Custom.  
Public PropertyGets the CustomProviderInfo object containing information necessary to access a generic .NET data provider.  
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
See Also

Reference

C1CustomConnection Class
C1.Data.SchemaObjects Namespace