Overload List

  NameDescription
List<(Of <(T>)>)()()()
Strongly-typed version of List()()().
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[].
List(IList)
Return the query results an place them into the IList.

See Also