Namespaces

Types

Type DB2ConnectionStringBuilder

Namespace FluentNHibernate.Cfg.Db

Parent ConnectionStringBuilder

Methods

Public instance methods

DB2ConnectionStringBuilder Database(string database)

The name of the database within the server instance.
Parameters
return DB2ConnectionStringBuilder IfxSQLIConnectionStringBuilder object
string database

DB2ConnectionStringBuilder Password(string password)

Specifies the password of the user account accessing the database.
Parameters
return DB2ConnectionStringBuilder
string password The password.

DB2ConnectionStringBuilder Server(string server)

Specifies the server to connect. This can be either the DNS name of the server or the IP (as a string).
Parameters
return DB2ConnectionStringBuilder
string server The server.

DB2ConnectionStringBuilder Username(string username)

Specifies the name of the user account accessing the database.
Parameters
return DB2ConnectionStringBuilder
string username The username.