Constant that can be used as the "DELETE" value for the "command" fields of Items to be processed in COMMAND mode.
public: string DELETE_COMMAND = "DELETE";
public const string DELETE_COMMAND = "DELETE";
Public Const DELETE_COMMAND As string = "DELETE"
DataProviderConstants Fields