schemaEntityCount (property)

The number of entities contained within an OData schema.

Syntax

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

Default Value

0

Remarks

This property is updated to reflect the total number of entities within a schema (retrieved via GetSchema).

This property is read-only.

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