Click or drag to resize

ResultSetRows Property

all rows found by the query that has produced this result set

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

Property Value

Type: ListObjectProxy
See Also