The ISession type exposes the following members.

Properties

  NameDescription
Connection
Gets the ADO.NET connection.
FlushMode
Determines at which points Hibernate automatically flushes the session.
IsConnected
Is the ISession currently connected?
IsOpen
Is the ISession still open?
SessionFactory
Get the ISessionFactory that created this instance.
Transaction
Get the current Unit of Work and return the associated ITransaction object.

See Also