EntryCount Property

The number of entries contained within an OData feed.

Syntax

ANSI (Cross Platform)
int GetEntryCount();

Unicode (Windows)
INT GetEntryCount();
@property (nonatomic,readonly,assign,getter=entryCount) int entryCount;
- (int)entryCount;
#define PID_ODATA_ENTRYCOUNT 37

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_OData_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

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

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 C++ Edition - Version 20.0 [Build 8307]