The following tables list the members exposed by ODataUtilitiesBase.ReadListResult.
Name | Description | |
---|---|---|
FlatResults | The flattened results. By definition Feeds will be null. | |
HasEntry | true if have an entry at [0]. This will read more blocks if needed. | |
Item | Get the requested entry from the returned results. This will read more blocks if needed. |
Name | Description | |
---|---|---|
Close | Done with this object. Will discard all remaining entries. | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
GetRootUri | The root Uri for this entry. | |
GetUri | The Uri for this entry. | |
HasEntryAt | Returns true if there is an entry at the requested index (ie, there are at least index + 1 entries remaining). This will read more blocks if needed. | |
ReadNext | Get the next entry from the returned results AND remove it from the entries. This will read more blocks if needed. | |
Seek | Move forward num entries, discarding the ones moved past. This will read more blocks if needed. |