Overload List
Name | Description | |
---|---|---|
OpenSession()()()() |
Create a database connection and open a ISession on it
| |
OpenSession(IDbConnection) |
Open a ISession on the given connection
| |
OpenSession(IInterceptor) |
Create database connection and open a ISession on it, specifying an interceptor
| |
OpenSession(IDbConnection, IInterceptor) |
Open a ISession on the given connection, specifying an interceptor
|