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

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULCommand class

Transaction property Next Page

UpdatedRowSource property


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

Syntax

Visual Basic

NotOverridable Public Property UpdatedRowSource As UpdateRowSource _
Implements IDbCommand.UpdatedRowSource

C#

public UpdateRowSource UpdatedRowSource {get;set;}

Property value

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

Implements

[external link] IDbCommand.UpdatedRowSource

See also