Overload List

  NameDescription
Public methodOpenSession()()()()
Create a database connection and open a ISession on it
Public methodOpenSession(IDbConnection)
Open a ISession on the given connection
Public methodOpenSession(IInterceptor)
Create database connection and open a ISession on it, specifying an interceptor
Public methodOpenSession(IDbConnection, IInterceptor)
Open a ISession on the given connection, specifying an interceptor

See Also