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

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

Syntax

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

Field Value

The String for the IDbConnection to connect to the database.

See Also