Overload List

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

See Also