dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteCommandBuilder Class / UpdatingFields Property

In This Topic
    UpdatingFields Property (SQLiteCommandBuilder)
    In This Topic
    Gets or sets list of fields to modify.
    Syntax
    'Declaration
     
    Public Overrides Property UpdatingFields As String
    public override string UpdatingFields {get; set;}

    Property Value

    The string containing list of field names separated by semicolon.
    Remarks
    UpdatingFields is used by GetInsertCommand and GetUpdateCommand overloads that do not have fields argument. If the UpdatingFields property is empty, full set of columns is used.
    See Also