Windward Engine API Reference
ODataUtilities.ReadListResult Class Members
See Also  Properties  Methods  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.odata.odatav123 Namespace : ODataUtilities.ReadListResult Class


Glossary Item Box

The following tables list the members exposed by ODataUtilities.ReadListResult.

Public Properties

 NameDescription
Public PropertyFlatResultsThe flattened results. By definition Feeds will be null. (Inherited from WindwardReportsDrivers.net.windward.datasource.odata.ODataUtilitiesBase.ReadListResult)
Public PropertyHasEntrytrue if have an entry at [0]. This will read more blocks if needed. (Inherited from WindwardReportsDrivers.net.windward.datasource.odata.ODataUtilitiesBase.ReadListResult)
Public PropertyItemGet the requested entry from the returned results. This will read more blocks if needed. (Inherited from WindwardReportsDrivers.net.windward.datasource.odata.ODataUtilitiesBase.ReadListResult)
Top

Public Methods

 NameDescription
Public MethodCloseDone with this object. Will discard all remaining entries. (Inherited from WindwardReportsDrivers.net.windward.datasource.odata.ODataUtilitiesBase.ReadListResult)
Public MethodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from WindwardReportsDrivers.net.windward.datasource.odata.ODataUtilitiesBase.ReadListResult)
Public MethodGetRootUriThe root Uri for this entry. (Inherited from WindwardReportsDrivers.net.windward.datasource.odata.ODataUtilitiesBase.ReadListResult)
Public MethodGetUriThe Uri for this entry. (Inherited from WindwardReportsDrivers.net.windward.datasource.odata.ODataUtilitiesBase.ReadListResult)
Public MethodHasEntryAtReturns 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)
Public MethodReadNextGet 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)
Public MethodSeekMove forward num entries, discarding the ones moved past. This will read more blocks if needed. (Inherited from WindwardReportsDrivers.net.windward.datasource.odata.ODataUtilitiesBase.ReadListResult)
Top

See Also

© 2019 All Rights Reserved.