Lightstreamer .Net Standard Client 4.0.0
ContentsIndexHome
PreviousUpNext
IUpdateInfo.NumFields Property

The total number of fields contained in the subscription schema. In case a SimpleTableInfo was used to describe the related table, this number might not be known at subscription time.

C++
__property int NumFields;
C#
int NumFields;
Visual Basic
Property NumFields() As Integer