Enum OdbcDriverPlatform
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the architecture platform for which an ODBC driver is targetted.
public enum OdbcDriverPlatform
Fields
Unknown = 0
The architecture platform is unknown.
x64 = 2
The architecture platform x64 (64-bit).
x86 = 1
The architecture platform x86 (32-bit).