Click or drag to resize

ResultSet Class

This object is the container of objects that were found from a query. It is also internally used to cache meta/schema data for all accessed properties from elements in the row collection. This reduces the memory footprint and gives some extra speed when having many object of the same type in the result set.
Inheritance Hierarchy
SystemObject
  Articy.ApiResultSet

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public class ResultSet

The ResultSet type exposes the following members.

Properties
  NameDescription
Public propertyColumns
the descriptors for the columns
Public propertyIdSet
the HashSet of all ids returned by this query
Public propertyRowMap
a Dictionary of all ids/rows returned by this query
Public propertyRows
all rows found by the query that has produced this result set
Top
See Also