dotConnect for SugarCRM Documentation
Devart.Common Namespace / DbCommandBase Class / UpdatedRowSource Property

In This Topic
    UpdatedRowSource Property
    In This Topic
    Gets or sets how command results are applied to the System.Data.DataRow when used by the System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) method of the System.Data.Common.DbDataAdapter.
    Syntax
    'Declaration
     
    Public Overrides Property UpdatedRowSource As UpdateRowSource
    public override UpdateRowSource UpdatedRowSource {get; set;}

    Property Value

    One of the System.Data.UpdateRowSource values.
    Remarks
    The default System.Data.UpdateRowSource value is Both unless the command is automatically generated (i.e. by DbCommandBuilder), in which case the default is None.
    See Also