Query result class¶
The QueryResult class provides a convenient way to inspect the results of a Refinery query. It wraps a Flip (the C# equivalent of a q table) class and provides table metadata and indexer access methods.
Methods¶
The QueryResult class exposes the following public properties and methods:
ColumnType: Returns the type for a given column.ColumnNames: Returns the table’s column namesNumberOfRows: The number of rows returned by the queryNumberOfColumns: The number of columns returned by the queryColumnTypes: The types for all the columns