Results<T>
Results of a query which might leave only a partial set of items.
Properties
| Type | Name | Description |
|---|---|---|
T[] |
Items | Contains results of a query |
bool |
MoreResults | True if there were more results which were left out. |
Results of a query which might leave only a partial set of items.
| Type | Name | Description |
|---|---|---|
T[] |
Items | Contains results of a query |
bool |
MoreResults | True if there were more results which were left out. |