Overload List
Name | Description | |
---|---|---|
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<(Of <<'(T>)>>)()()()() |
Strongly-typed version of List()()()().
| |
List(IList) |
Return the query results an place them into the IList.
|