Table of Contents

Class OdbcOracleDataSource

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

Represents an Oracle ODBC data source.

public class OdbcOracleDataSource : OdbcDataSourceBase, IComparable<OdbcDataSourceBase>
Inheritance
OdbcOracleDataSource
Implements
Inherited Members

Constructors

OdbcOracleDataSource()

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

public OdbcOracleDataSource()

Properties

TnsServiceName

Gets or sets the TNS service name.

public string TnsServiceName { get; set; }

Property Value

string

Username

Gets or sets the username to use for the connection.

public string Username { get; set; }

Property Value

string