EntityRecordCountCollection ComplexType

The collection of results for the RetrieveTotalRecordCount Function.

Properties

The properties of a complex type contain the structured data of the type.

Name Type Details
Count Edm.Int32

Number of elements in the collection.

IsReadOnly Edm.Boolean

Value indicating whether the DataCollection is read-only.

Keys Collection( Edm.String )

Collection containing the keys in the DataCollection.

Values Collection( Edm.Int64 )

Collection containing the values in the DataCollection.

Used by

The following use the EntityRecordCountCollection ComplexType.

Name How used
RetrieveTotalRecordCountResponse Property

See also