Click or drag to resize

ResultSetRowMap Property

a Dictionary of all ids/rows returned by this query

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public Dictionary<ulong, ObjectProxy> RowMap { get; }

Property Value

Type: DictionaryUInt64, ObjectProxy
See Also