Table of Contents

Class OdbcDataSourceProperties

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

Represents the properties of an ODBC data source.

public class OdbcDataSourceProperties : GlobalSerializableClassicBase
Inheritance
OdbcDataSourceProperties

Constructors

OdbcDataSourceProperties()

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

public OdbcDataSourceProperties()

Properties

Items

Gets or sets the items in the collection.

public OdbcDataSourcePropertyCollection Items { get; set; }

Property Value

OdbcDataSourcePropertyCollection

Methods

FromXml(string)

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

public static OdbcDataSourceProperties FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

OdbcDataSourceProperties

A CENTREL.XIA.Configuration.Types.OdbcDataSourceProperties class.

ToString()

Returns the ODBC data source properties as a human readable string - for example "10 Properties".

public override string ToString()

Returns

string

The ODBC data source properties as a human readable string.