C# 클래스 Simple.DataContextSimplyExtensions

파일 보기 프로젝트 열기: juanplopes/simple

공개 메소드들

메소드 설명
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

메소드 상세

BeginTransaction() 공개 정적인 메소드

public static BeginTransaction ( this simple ) : ITransaction
simple this
리턴 ITransaction

BeginTransaction() 공개 정적인 메소드

public static BeginTransaction ( this simple, IsolationLevel isolationLevel ) : ITransaction
simple this
isolationLevel IsolationLevel
리턴 ITransaction

EnterContext() 공개 정적인 메소드

public static EnterContext ( this simple ) : IDataContext
simple this
리턴 IDataContext

GetContext() 공개 정적인 메소드

public static GetContext ( this simple ) : IDataContext
simple this
리턴 IDataContext

GetContext() 공개 정적인 메소드

public static GetContext ( this simple, bool throwException ) : IDataContext
simple this
throwException bool
리턴 IDataContext

GetContextList() 공개 정적인 메소드

public static GetContextList ( this simple ) : IEnumerable
simple this
리턴 IEnumerable

GetSession() 공개 정적인 메소드

public static GetSession ( this simple ) : ISession
simple this
리턴 ISession

NewSession() 공개 정적인 메소드

public static NewSession ( this simple ) : ISession
simple this
리턴 ISession