UpdatingFields Property (DbCommandBuilder)
Gets or sets the list of the fields, separated with ';' (semicolon), that should be updated with the update commands in the
DbCommandBuilder. If the field is not included in the list, it will not be updated.
public abstract string UpdatingFields {get; set;}
'Declaration
Public MustOverride Property UpdatingFields As String
Property Value
The list of the fields, separated with ';' (semicolon), that should be updated with the update commands in the
DbCommandBuilder.