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

SQL Anywhere 11.0.1 (Français) » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference » ULCommand class

 

UpdatedRowSource property

Specifies how command results are applied to the DataRow when used by the Update method of the ULDataAdapter.

Syntax
Visual Basic
Public Overrides Property UpdatedRowSource As UpdateRowSource
C#
public override UpdateRowSource UpdatedRowSource { get; set; }
Property value

One of the System.Data.UpdateRowSource values. The default value is System.Data.UpdateRowSource.Both.

See also