Class OdbcDriverCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Open Database Connectivity (ODBC) drivers installed on a Windows machine.
public class OdbcDriverCollection : Collection<OdbcDriver>, IList<OdbcDriver>, ICollection<OdbcDriver>, IList, ICollection, IReadOnlyList<OdbcDriver>, IReadOnlyCollection<OdbcDriver>, IEnumerable<OdbcDriver>, IEnumerable
- Inheritance
-
OdbcDriverCollection
- Implements
- Inherited Members
Constructors
OdbcDriverCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ODBCDriverCollection class.
public OdbcDriverCollection()
Methods
Sort()
Sorts the drivers in the collection by name.
public void Sort()