Method | Description | |
---|---|---|
BeginTransaction ( this simple ) : ITransaction | ||
BeginTransaction ( this simple, IsolationLevel isolationLevel ) : ITransaction | ||
EnterContext ( this simple ) : IDataContext | ||
GetContext ( this simple ) : IDataContext | ||
GetContext ( this simple, bool throwException ) : IDataContext | ||
GetContextList ( this simple ) : IEnumerable |
||
GetSession ( this simple ) : ISession | ||
NewSession ( this simple ) : ISession |
public static BeginTransaction ( this simple ) : ITransaction | ||
simple | this | |
return | ITransaction |
public static BeginTransaction ( this simple, IsolationLevel isolationLevel ) : ITransaction | ||
simple | this | |
isolationLevel | IsolationLevel | |
return | ITransaction |
public static EnterContext ( this simple ) : IDataContext | ||
simple | this | |
return | IDataContext |
public static GetContext ( this simple ) : IDataContext | ||
simple | this | |
return | IDataContext |
public static GetContext ( this simple, bool throwException ) : IDataContext | ||
simple | this | |
throwException | bool | |
return | IDataContext |
public static GetContextList ( this simple ) : IEnumerable |
||
simple | this | |
return | IEnumerable |
public static GetSession ( this simple ) : ISession | ||
simple | this | |
return | ISession |
public static NewSession ( this simple ) : ISession | ||
simple | this | |
return | ISession |