Constant that can be used as field name for the "command" field in Items to be processed in COMMAND mode.
public: string COMMAND_FIELD = "command";
public const string COMMAND_FIELD = "command";
Public Const COMMAND_FIELD As string = "command"
DataProviderConstants Fields