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 参考 » ULRowUpdatingEventArgs 类

 

Command 属性

指定执行 DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping) 时要执行的 ULCommand。

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

更新时执行的 ULCommand 对象。

注释

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

另请参见