Click or drag to resize

IQueryResultT Properties

The IQueryResultT generic type exposes the following members.

Properties
  NameDescription
Public propertyErrors
Gets a list of 0 or more error objects; if an error occurred during processing of the request, it will be represented by an error object in this list.
Public propertyMetaData
Gets the meta data associated with the query result. May not be fully populated until after the rows are enumerated.
Public propertyRows
The results of the query as a IAsyncEnumerable.
Top
See Also