Overload List

  NameDescription
OpenSession()()()
Create a database connection and open a ISession on it
(Inherited from ISessionFactory.)
OpenSession(IInterceptor)
Create database connection and open a ISession on it, specifying an interceptor
(Inherited from ISessionFactory.)
OpenSession(IDbConnection)
Open a ISession on the given connection
(Inherited from ISessionFactory.)
OpenSession(IDbConnection, IInterceptor)
Open a ISession on the given connection, specifying an interceptor
(Inherited from ISessionFactory.)
OpenSession(IDbConnection, ConnectionReleaseMode)
Open a session conforming to the given parameters. For use mainly by ICurrentSessionContext implementations.

See Also