| QueryTAddRange Method |
| Name | Description | |
|---|---|---|
| AddRange(IEnumerableT) |
Addes a range of items to the collection.
| |
| AddRange(IEnumerableT, Boolean) |
Adds list of items to the collection , optionally calls in memory sort. Used in QueryT.SelectItem
|