Table of Contents

Class OdbcConfiguration

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the ODBC (Open Database Connectivity) configuration of a Windows machine.

public class OdbcConfiguration : BypassSection
Inheritance
OdbcConfiguration
Inherited Members

Constructors

OdbcConfiguration()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.OdbcConfiguration class.

public OdbcConfiguration()

Properties

DataSources

Gets or sets the system level data sources configured on a Windows machine.

public OdbcDataSources DataSources { get; set; }

Property Value

OdbcDataSources

Drivers

Gets or sets the ODBC drivers installed on this machine.

public OdbcDrivers Drivers { get; set; }

Property Value

OdbcDrivers