dotConnect for Dynamics 365 Documentation
Devart.Common Namespace / DbCommandBuilderBase Class / RefreshingFields Property

In This Topic
RefreshingFields Property
In This Topic
Gets or sets list of fields whose values should be retrieved after a DML statement execution.
Syntax
'Declaration
 
Public Overridable Property RefreshingFields As String
 

Property Value

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