메소드 | 설명 | |
---|---|---|
BeginTransaction ( ) : void |
Starts an Sql Server transaction.
|
|
CommitTransaction ( ) : void |
Commits the SQL Server transaction.
|
|
RollbackTransaction ( ) : void |
Rolls back the SQL Server transaction
|
|
SqlServerDataTool ( string connectionString ) : System |
Creates a new
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes the object, closing transactions and connections. Only if disposing = true;
|
|
GetConnection ( ) : IDbConnection |
Implements template function DataTool.GetConnection
|
|
GetTransaction ( ) : IDbTransaction |
Implements DataTool.GetTransaction for Sql Server.
|
public SqlServerDataTool ( string connectionString ) : System | ||
connectionString | string | |
리턴 | System |