entryCount (property)

The number of entries contained within an OData feed.

Syntax

@property (nonatomic,readonly,assign,getter=entryCount) int entryCount;
- (int)entryCount;
public var entryCount: Int32 {
  get {...}
}

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.

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