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