Gets or sets how command results are applied to the DataRow when used by the Update method of the SADataAdapter.
Visual Basic Public Overrides Property UpdatedRowSource As UpdateRowSource
C# public override UpdateRowSource UpdatedRowSource { get; set; }
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.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |