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