The following tables list the members exposed by ODataUtilities.ReadListResult.
Name | Description | |
---|---|---|
FlatResults | The flattened results. By definition Feeds will be null. (Inherited from WindwardReportsDrivers.net.windward.datasource.odata.ODataUtilitiesBase.ReadListResult) | |
HasEntry | true if have an entry at [0]. This will read more blocks if needed. (Inherited from WindwardReportsDrivers.net.windward.datasource.odata.ODataUtilitiesBase.ReadListResult) | |
Item | Get the requested entry from the returned results. This will read more blocks if needed. (Inherited from WindwardReportsDrivers.net.windward.datasource.odata.ODataUtilitiesBase.ReadListResult) |
Name | Description | |
---|---|---|
Close | Done with this object. Will discard all remaining entries. (Inherited from WindwardReportsDrivers.net.windward.datasource.odata.ODataUtilitiesBase.ReadListResult) | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from WindwardReportsDrivers.net.windward.datasource.odata.ODataUtilitiesBase.ReadListResult) | |
GetRootUri | The root Uri for this entry. (Inherited from WindwardReportsDrivers.net.windward.datasource.odata.ODataUtilitiesBase.ReadListResult) | |
GetUri | The Uri for this entry. (Inherited from WindwardReportsDrivers.net.windward.datasource.odata.ODataUtilitiesBase.ReadListResult) | |
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. (Inherited from WindwardReportsDrivers.net.windward.datasource.odata.ODataUtilitiesBase.ReadListResult) | |
ReadNext | Get the next entry from the returned results AND remove it from the entries. This will read more blocks if needed. (Inherited from WindwardReportsDrivers.net.windward.datasource.odata.ODataUtilitiesBase.ReadListResult) | |
Seek | Move forward num entries, discarding the ones moved past. This will read more blocks if needed. (Inherited from WindwardReportsDrivers.net.windward.datasource.odata.ODataUtilitiesBase.ReadListResult) |