SchemaPropertyIndex Property
The index of the current property in an OData schema entity.
Object Oriented Interface
public function getSchemaPropertyIndex(); public function setSchemaPropertyIndex($value);
Procedural Interface
ipworks_odata_get($res, 114 ); ipworks_odata_set($res, 114, $value );
Default Value
0
Remarks
This property is used to specify a property within an entity (specified by SchemaEntityIndex). Once set, SchemaProperty will be populated.
This property is not available at design time.
Data Type
Integer