프로퍼티 | 타입 | 설명 | |
---|---|---|---|
InitializeConnection | void |
메소드 | 설명 | |
---|---|---|
BeginTransaction ( IsolationLevel isolationLevel ) : void | ||
BeginTransactionAsync ( ) : System.Threading.Tasks.Task | ||
CommitTransaction ( ) : void | ||
Dispose ( ) : void | ||
GetConnection ( ) : |
||
GetTransaction ( ) : |
||
MapperDb ( DatabaseType databaseType, System.Data.Common.DbProviderFactory dbFactory, string connectionString ) : System | ||
OpenSharedConnectionAsync ( ) : System.Threading.Tasks.Task | ||
RollbackTransaction ( ) : void |
메소드 | 설명 | |
---|---|---|
InitializeConnection ( ) : void |
public BeginTransaction ( IsolationLevel isolationLevel ) : void | ||
isolationLevel | IsolationLevel | |
리턴 | void |
public BeginTransactionAsync ( ) : System.Threading.Tasks.Task | ||
리턴 | System.Threading.Tasks.Task |
public GetTransaction ( ) : |
||
리턴 |
public MapperDb ( DatabaseType databaseType, System.Data.Common.DbProviderFactory dbFactory, string connectionString ) : System | ||
databaseType | DatabaseType | |
dbFactory | System.Data.Common.DbProviderFactory | |
connectionString | string | |
리턴 | System |
public OpenSharedConnectionAsync ( ) : System.Threading.Tasks.Task | ||
리턴 | System.Threading.Tasks.Task |