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[].
Enumerable<(Of <(T>)>)()()()
Strongly-typed version of Enumerable()()().

See Also