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