Namespaces

Types

Type IfxSQLIConnectionStringBuilder

Namespace FluentNHibernate.Cfg.Db

Parent ConnectionStringBuilder

Methods

Public instance methods

IfxSQLIConnectionStringBuilder ClientLocale(string clientLocale)

Client locale, default value is en_us.CP1252 (Windows)
Parameters
return IfxSQLIConnectionStringBuilder IfxSQLIConnectionStringBuilder object
string clientLocale

IfxSQLIConnectionStringBuilder DatabaseLocale(string databaseLocale)

The language locale of the database. Default value is en_US.8859-1
Parameters
return IfxSQLIConnectionStringBuilder IfxSQLIConnectionStringBuilder object
string databaseLocale

IfxSQLIConnectionStringBuilder Delimident(bool delimident)

When set to true or y for yes, any string within double quotes (") is treated as an identifier, and any string within single quotes (') is treated as a string literal. Default value 'y'.
Parameters
return IfxSQLIConnectionStringBuilder IfxSQLIConnectionStringBuilder object
bool delimident

IfxSQLIConnectionStringBuilder Service(string service)

The service name or port number through which the server is listening for connection requests.
Parameters
return IfxSQLIConnectionStringBuilder IfxSQLIConnectionStringBuilder object
string service