Specifies how command results are applied to the DataRow when used by the Update method of the ULDataAdapter.
Visual Basic
NotOverridable Public Property UpdatedRowSource As UpdateRowSource _
Implements IDbCommand.UpdatedRowSource
C#
public UpdateRowSource UpdatedRowSource {get;set;}
One of the System.Data.UpdateRowSource values. The default value is System.Data.UpdateRowSource.Both.