Count |
Scroll |
Gets the number of TheQueryResult items returned by an TheMultiQuery.
Namespace: Therefore.API
Visual Basic Public Overridable ReadOnly Property Count As Integer C# public virtual int Count { get; }
Property ValueThe number of TheQueryResult items returned by an TheMultiQuery. |
EqualityAn TheMultiQuery with n TheQuery items will always return an TheMultiQueryResult with n TheQueryResult items, some of which may be empty if no matching information was found. |