Overload List

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

See Also