SchemaEntityIndex Property
The index of the current entity in an OData schema.
Syntax
[VB.NET] Public Property SchemaEntityIndex As Integer
[C#] public int SchemaEntityIndex {get; set;}
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.
Default Value
0