SchemaEntity Property
The entities contained within a service schema.
Syntax
[VB.NET] Public ReadOnlyProperty SchemaEntity As ODataSchemaEntity
[C#] public ODataSchemaEntity SchemaEntity {get;}
Remarks
This property is used to obtain the entities of a service schema. This property is populated after setting SchemaEntityIndex.
This property is read-only and not available at design time.