Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
DataProviderConstants.DELETE_COMMAND Field

Constant that can be used as the "DELETE" value for the "command" fields of Items to be processed in COMMAND mode.

C++
public: string DELETE_COMMAND = "DELETE";
C#
public const string DELETE_COMMAND = "DELETE";
Visual Basic
Public Const DELETE_COMMAND As string = "DELETE"