Property | Type | Description | |
---|---|---|---|
InitializeConnection | void |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
InitializeConnection ( ) : void |
public BeginTransaction ( IsolationLevel isolationLevel ) : void | ||
isolationLevel | IsolationLevel | |
return | void |
public BeginTransactionAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public GetConnection ( ) : |
||
return |
public GetTransaction ( ) : |
||
return |
public MapperDb ( DatabaseType databaseType, System.Data.Common.DbProviderFactory dbFactory, string connectionString ) : System | ||
databaseType | DatabaseType | |
dbFactory | System.Data.Common.DbProviderFactory | |
connectionString | string | |
return | System |
public OpenSharedConnectionAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |