Table of Contents

Class OdbcDataSources

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

Represents the open database connectivity (ODBC) data sources on a Windows machine.

public class OdbcDataSources : GlobalSerializableClassicBase
Inheritance
OdbcDataSources

Constructors

OdbcDataSources()

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

public OdbcDataSources()

Properties

Items

Gets or sets the items in the collection.

public OdbcDataSourceCollection Items { get; set; }

Property Value

OdbcDataSourceCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.OdbcDataSources class from the specified XML.

public static OdbcDataSources FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

OdbcDataSources

A CENTREL.XIA.Configuration.Types.OdbcDataSources class.

ToString()

Returns the ODBC data sources as a human readable string - for example "10 Data Sources".

public override string ToString()

Returns

string

The ODBC data sources as a human readable string.