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

 

UpdatedRowSource 属性

指定当 ULDataAdapter 的 Update 方法使用命令结果时,如何将命令结果应用于 DataRow。

语法
Visual Basic
Public Overrides Property UpdatedRowSource As UpdateRowSource
C#
public override UpdateRowSource UpdatedRowSource { get; set; }
属性值

System.Data.UpdateRowSource 值之一。缺省值为 System.Data.UpdateRowSource.Both。

另请参见