SchemaEntityCount Property
The number of entities contained within an OData schema.
Syntax
[VB.NET] Public ReadOnlyProperty SchemaEntityCount As Integer
[C#] public int SchemaEntityCount {get;}
Remarks
This property is updated to reflect the total number of entities within a schema (retrieved via GetSchema).
This property is read-only and not available at design time.
Default Value
0