Table of Contents

Class OdbcSqlDataSourceBase

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

Represents the base class used by the Microsoft SQL Server and SQL Native Client data sources.

public abstract class OdbcSqlDataSourceBase : OdbcDataSourceBase, IComparable<OdbcDataSourceBase>
Inheritance
OdbcSqlDataSourceBase
Implements
Derived
Inherited Members

Constructors

OdbcSqlDataSourceBase()

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

public OdbcSqlDataSourceBase()

Properties

AnsiNulls

Gets or sets whether ANSI nulls, padding and warnings should be used.

public BooleanOption AnsiNulls { get; set; }

Property Value

BooleanOption

AuthenticationType

Gets or sets the authentication type to use for the connection.

public SqlDataSourceAuthenticationType AuthenticationType { get; set; }

Property Value

SqlDataSourceAuthenticationType

AuthenticationTypeString

Gets the authentication type to use for the connection.

public string AuthenticationTypeString { get; }

Property Value

string

AutoTranslate

Gets or sets whether to perform translation for character data.

public BooleanOption AutoTranslate { get; set; }

Property Value

BooleanOption

Database

Gets or sets the default database to use for the connection.

public string Database { get; set; }

Property Value

string

DatabaseFilename

Gets or sets the filename of the database to attach.

public string DatabaseFilename { get; set; }

Property Value

string

Encrypt

Gets or sets whether to use strong encryption for data.

public BooleanOption Encrypt { get; set; }

Property Value

BooleanOption

Language

Gets or sets the language to use for SQL server system messsages.

public string Language { get; set; }

Property Value

string

QuotedIdentifiers

Gets or sets whether quoted identifiers should be used.

public BooleanOption QuotedIdentifiers { get; set; }

Property Value

BooleanOption

Regional

Gets or sets whether to use regional settings when outputting currency, numbers, dates and times

public BooleanOption Regional { get; set; }

Property Value

BooleanOption

Server

Gets or sets the name of the SQL server to connect to.

public string Server { get; set; }

Property Value

string