Overload List

  NameDescription
Enumerable()()()
Return the query results as an IEnumerable. If the query contains multiple results per row, the results are returned in an instance of object[].
(Inherited from IQuery.)
Enumerable<(Of <(T>)>)()()()
Strongly-typed version of Enumerable()()().
(Inherited from IQuery.)

See Also