Gets the String for the IDbConnection to connect to the database.

Namespace: NHibernate.Connection
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected virtual string ConnectionString { get; }
Visual Basic
Protected Overridable ReadOnly Property ConnectionString As String
	Get
Visual C++
protected:
virtual property String^ ConnectionString {
	String^ get ();
}

Field Value

The String for the IDbConnection to connect to the database.

See Also