EntryCount Property
The number of entries contained within an OData feed.
Object Oriented Interface
public function getEntryCount();
Procedural Interface
ipworks_odata_get($res, 37 );
Default Value
0
Remarks
This property is updated to reflect the total number of entries returned within a response (whether you are retrieving a feed/entry or making changes to a feed/entry).
This property is read-only and not available at design time.
Data Type
Integer