Lightstreamer PCL (Portable Class Libraries) Client 3.0.0
ContentsIndexHome
PreviousUpNext
ExtendedTableInfo Class

Contains the specification of a table to be subscribed to Lightstreamer Server. All the items and fields in the table are supplied. Group and Schema names to be sent to the Server are made by space separated concatenations of item and field names. This name convention is suitable for a Metadata Adapter derived from LiteralBasedProvider or equivalent to it.

C++
public: class ExtendedTableInfo : public SimpleTableInfo;
C#
public class ExtendedTableInfo : SimpleTableInfo;
Visual Basic
Public Class ExtendedTableInfo
Inherits SimpleTableInfo