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 names
  • NumberOfRows: The number of rows returned by the query
  • NumberOfColumns: The number of columns returned by the query
  • ColumnTypes: The types for all the columns