Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .NET 2.0 API 参考 » ULRowUpdatedEventArgs 类

 

Command 属性

返回调用 DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping) 时所执行的 ULCommand。

语法
Visual Basic
Public Readonly Property Command As ULCommand
C#
public ULCommand Command { get;}
属性值

由更新执行的 ULCommand 对象。

注释

这是 System.Data.Common.RowUpdatedEventArgs.Command 的强类型版本。

另请参见