dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2CommandBuilder Class / RefreshingFields Property

In This Topic
    RefreshingFields Property (DB2CommandBuilder)
    In This Topic
    Gets or sets list of fields whose values should be retrieved after a DML statement execution.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property RefreshingFields As String
    public override string RefreshingFields {get; set;}

    Property Value

    The string containing list of field names separated by semicolon.
    Remarks
    This property is used in conjunction with RefreshMode.
    See Also