Class OdbcDrivers
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the open database connectivity (ODBC) drivers on a Windows machine.
public class OdbcDrivers : GlobalSerializableClassicBase
- Inheritance
-
OdbcDrivers
Constructors
OdbcDrivers()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.OdbcDrivers class.
public OdbcDrivers()
Properties
Items
Gets or sets the items in the collection.
public OdbcDriverCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.OdbcDrivers class from the specified XML.
public static OdbcDrivers FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- OdbcDrivers
A CENTREL.XIA.Configuration.Types.OdbcDrivers class.
ToString()
Returns the ODBC drivers as a human readable string - for example "10 drivers".
public override string ToString()
Returns
- string
The ODBC drivers as a human readable string.