ComponentOne DataObjects for .NET
ConnectionType Property (C1ExpressTable)

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressTable Class : ConnectionType Property
Gets or sets the type of database connection, either via OLE DB or using one of the native database access options.
Syntax
'Declaration
 
Public Property ConnectionType As ConnectionTypeEnum
public ConnectionTypeEnum ConnectionType {get; set;}
Remarks
This property only applies to a stand-alone C1ExpressTable (ConnectionComponent property not set).
See Also

Reference

C1ExpressTable Class
C1ExpressTable Members