[Missing <summary> documentation for "P:NHibernate.Engine.ISessionImplementor.Connection"]

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

Syntax

C#
IDbConnection Connection { get; }
Visual Basic
ReadOnly Property Connection As IDbConnection
	Get
Visual C++
property IDbConnection^ Connection {
	IDbConnection^ get ();
}

See Also