RefreshingFields Property (PgSqlDataTable)
Gets or sets list of fields whose values should be retrieved after a DML statement execution.
public new string RefreshingFields {get; set;}
'Declaration
Public Shadows Property RefreshingFields As String
Property Value
The string containing list of field names separated by semicolon.