Returns a transaction object.
Public Shadows Function BeginTransaction() As SATransaction
public new SATransaction BeginTransaction()
An SATransaction object representing the new transaction.
Commands associated with a transaction object are executed as a single transaction. The transaction is terminated with a call to the Commit or Rollback methods.
To associate a command with a transaction object, use the SACommand.Transaction property.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |