SchemaAssociationIndex Property
The index of the current navigation property in an OData schema entity.
Object Oriented Interface
public function getSchemaAssociationIndex(); public function setSchemaAssociationIndex($value);
Procedural Interface
ipworks_odata_get($res, 98 ); ipworks_odata_set($res, 98, $value );
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.
This property is not available at design time.
Data Type
Integer