Overload List

  NameDescription
Public methodOpenSession()()()()
Create a database connection and open a ISession on it
(Inherited from ISessionFactory.)
Public methodOpenSession(IDbConnection)
Open a ISession on the given connection
(Inherited from ISessionFactory.)
Public methodOpenSession(IInterceptor)
Create database connection and open a ISession on it, specifying an interceptor
(Inherited from ISessionFactory.)
Public methodOpenSession(IDbConnection, IInterceptor)
Open a ISession on the given connection, specifying an interceptor
(Inherited from ISessionFactory.)
Public methodOpenSession(IDbConnection, Boolean, Boolean, ConnectionReleaseMode)
Open a session conforming to the given parameters. Used mainly for current session processing.

See Also