Method | Description | |
---|---|---|
BeginTransaction ( ) : void | ||
CommitTransaction ( ) : void | ||
RollbackTransaction ( ) : void | ||
SqlExpressDataTool ( string dataFile ) : System |
Creates a new
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes the current instance, closing the connection.
|
|
GetConnection ( ) : IDbConnection |
Gets an open SqlConnection
|
|
GetTransaction ( ) : IDbTransaction |
Gets a SqlTransaction instance if a transaction has been started; otherwise
|
protected GetTransaction ( ) : IDbTransaction | ||
return | IDbTransaction |
public SqlExpressDataTool ( string dataFile ) : System | ||
dataFile | string | /// The full path to the .mdf file containing the database. /// |
return | System |