Represents a SQL transaction. This class cannot be inherited.
Visual Basic Public NotInheritable Class SATransaction Inherits DbTransaction
C# public sealed class SATransaction : DbTransaction
There is no constructor for SATransaction. To obtain an SATransaction object, use one of the BeginTransaction methods. To associate a command with a transaction, use the SACommand.Transaction property.
For more information, see Transaction processing and Inserting, updating, and deleting rows using the SACommand object.
SATransaction members
Connection property
IsolationLevel property
SAIsolationLevel property
Commit method
Rollback methods
Save method
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |