ComponentOne DataObjects for .NET
ConnectionType Property (Connection)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > Connection Class : ConnectionType Property
Gets the type of database connection, either via OLE DB or using one of the native database access options.
Syntax
'Declaration
 
Public MustOverride ReadOnly Property ConnectionType As ConnectionTypeEnum
public abstract ConnectionTypeEnum ConnectionType {get;}
Remarks
This property is overridden in each class derived from Connection, indicating the type of database connection the class represents.
See Also

Reference

Connection Class
Connection Members
Native and OLE DB Database Access