메소드 | 설명 | |
---|---|---|
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 | |
리턴 | ITransaction |
public static BeginTransaction ( this simple, IsolationLevel isolationLevel ) : ITransaction | ||
simple | this | |
isolationLevel | IsolationLevel | |
리턴 | ITransaction |
public static EnterContext ( this simple ) : IDataContext | ||
simple | this | |
리턴 | IDataContext |
public static GetContext ( this simple ) : IDataContext | ||
simple | this | |
리턴 | IDataContext |
public static GetContext ( this simple, bool throwException ) : IDataContext | ||
simple | this | |
throwException | bool | |
리턴 | IDataContext |
public static GetContextList ( this simple ) : IEnumerable |
||
simple | this | |
리턴 | IEnumerable |