schemaAssociationIndex (property)

The index of the current navigation property in an OData schema entity.

Syntax

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

Default Value

0

Remarks

This property is used to specify a navigation property within an entity (specified by SchemaEntityIndex). Once set, SchemaAssociation will be populated.

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