Table of Contents

Constructor Result

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

Result(OrderedDictionary<string, ISelectItem>)

Initializes a new Result with the ordered set of select items that describe the columns in this row.

public Result(OrderedDictionary<string, ISelectItem> selectItems)

Parameters

selectItems OrderedDictionary<string, ISelectItem>

An ordered dictionary mapping column names to their ISelectItem descriptors, as returned by the query.