Returns the ULCommand executed when DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping) is called.
Visual Basic Public Readonly Property Command As ULCommand
C# public ULCommand Command { get;}
The ULCommand object executed by the update.
This is the strongly-typed version of System.Data.Common.RowUpdatedEventArgs.Command.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |