Class OdbcDataSourceProperty
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an ODBC data source property.
public class OdbcDataSourceProperty : GlobalSerializableClassicBase, IComparable<OdbcDataSourceProperty>
- Inheritance
-
OdbcDataSourceProperty
- Implements
Constructors
OdbcDataSourceProperty()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.OdbcDataSourceProperty class.
public OdbcDataSourceProperty()
Properties
Name
Gets or sets the name of the data source property.
public string Name { get; set; }
Property Value
ValueString
Gets or sets the data source property as a string value.
public string ValueString { get; set; }
Property Value
Methods
CompareTo(OdbcDataSourceProperty)
Compares two CENTREL.XIA.Configuration.Types.OdbcDataSourceProperty objects to allow sorting alphabetically by name.
public int CompareTo(OdbcDataSourceProperty other)
Parameters
other
OdbcDataSourcePropertyThe CENTREL.XIA.Configuration.Types.OdbcDataSourceProperty to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.OdbcDataSourceProperty objects.
ToString()
Returns the ODBC data source property as a human readable string.
public override string ToString()
Returns
- string
The ODBC data source property as a human readable string.