ITruncatedCollection Interface

 

Represents a collection that is truncated to a given page size.

Namespace:   System.Web.Http.OData.Query
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

public interface class ITruncatedCollection : IEnumerable

NameDescription
System_CAPS_pubpropertyIsTruncated

Gets a value representing if the collection is truncated or not.

System_CAPS_pubpropertyPageSize

Gets the page size the collection is truncated to.

NameDescription
System_CAPS_pubmethodGetEnumerator()

(Inherited from IEnumerable.)

Return to top
Show: