RefreshingFields Property (DbDataTable)
In This Topic
Gets or sets list of fields whose values should be retrieved after a DML statement execution.
Syntax
|
|---|
'Declaration
Public Property RefreshingFields As String |
|
|---|
public string RefreshingFields {get; set;} |
Property Value
The string containing list of field names separated by semicolon.
See Also