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