dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2DataTable Class / UpdatingFields Property

On this page
    UpdatingFields Property (DB2DataTable)
    On this page
    Gets or sets string containing list of field names used to generate update commands.
    Syntax
    'Declaration
     
    Public Shadows Property UpdatingFields As String
    public new string UpdatingFields {get; set;}

    Property Value

    The string containing list of field names separated by semicolon.
    See Also