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

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference » SACommand class

Transaction property Next Page

UpdatedRowSource property


Gets or sets how command results are applied to the DataRow when used by the Update method of the SADataAdapter.

Syntax

Visual Basic

Public Overrides Property UpdatedRowSource As UpdateRowSource

C#

public override UpdateRowSource UpdatedRowSource { get; set; }

Property value

One of the UpdatedRowSource values. The default value is UpdateRowSource.OutputParameters. If the command is automatically generated, this property is UpdateRowSource.None.

Remarks

Both, which returns both resultset and output parameters, is not supported.

See also