Namespaces

Types in FluentNHibernate.Cfg.Db

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.
Return
DB2ConnectionStringBuilder

IfxSQLIConnectionStringBuilder object

DB2ConnectionStringBuilder Password(string password)

Specifies the password of the user account accessing the database.
Parameters
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
string server

The server.

DB2ConnectionStringBuilder Username(string username)

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

The username.