Overload List

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

See Also