UpdatedRowSource property

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

Visual Basic syntax

Public Overrides Property UpdatedRowSource As UpdateRowSource

C# syntax

public override UpdateRowSource UpdatedRowSource {get;set;}

Remarks

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

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