Specifies the ULTransaction in which the ULCommand executes.
Visual Basic Public Property Transaction As ULTransaction
C# public ULTransaction Transaction { get; set; }
The ULTransaction in which the ULCommand executes. This should be the current transaction of the connection specified by the ULCommand.Connection. The default is a null reference (Nothing in Visual Basic).
If a command is reused after a transaction has been committed or rolled back, this property needs to be reset.
This is the strongly-typed version of System.Data.IDbCommand.Transaction and System.Data.Common.DbCommand.Transaction.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |