Click or drag to resize

ResultSetColumns Property

the descriptors for the columns

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public ListDictionary<string, ApiFieldDescriptor> Columns { get; }

Property Value

Type: ListDictionaryString, ApiFieldDescriptor
See Also