setSavepoint Method (SQLServerConnection)
Creates an unnamed savepoint in the current transaction and returns the new SQLServerSavepoint object that represents it.
Overload List
Name | Description |
---|---|
Creates an unnamed savepoint in the current transaction and returns the new SQLServerSavepoint object that represents it. |
|
Creates a savepoint with the given name in the current transaction and returns the new SQLServerSavepoint object that represents it. |