schemaEntityIndex (property)

The index of the current entity in an OData schema.

Syntax

@property (nonatomic,readwrite,assign,getter=schemaEntityIndex,setter=setSchemaEntityIndex:) int schemaEntityIndex;
- (int)schemaEntityIndex;
- (void)setSchemaEntityIndex:(int)newSchemaEntityIndex;
public var schemaEntityIndex: Int32 {
  get {...}
set {...} }

Default Value

0

Remarks

This property is used to specify an entity within a retrieved OData schema. Once set, SchemaEntity will be populated.

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