dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteCommand Class / UpdatedRowSource Property

In This Topic
    UpdatedRowSource Property (SQLiteCommand)
    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 value is None.
    See Also