Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
DataProviderConstants.KEY_FIELD Field

Constant that can be used as field name for the "key" field in Items to be processed in COMMAND mode.

C++
public: string KEY_FIELD = "key";
C#
public const string KEY_FIELD = "key";
Visual Basic
Public Const KEY_FIELD As string = "key"