Share via


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)

Syntax

'Declaration
Public Interface ITruncatedCollection _
    Inherits IEnumerable
'Usage
Dim instance As ITruncatedCollection
public interface ITruncatedCollection : IEnumerable
public interface class ITruncatedCollection : IEnumerable
type ITruncatedCollection =  
    interface 
        interface IEnumerable 
    end
public interface ITruncatedCollection extends IEnumerable

The ITruncatedCollection type exposes the following members.

Properties

  Name Description
Public property IsTruncated Gets a value indicating whether the collection is truncated.
Public property PageSize Gets the page size the collection is truncated to.

Top

Methods

  Name Description
Public method GetEnumerator (Inherited from IEnumerable.)

Top

See Also

Reference

System.Web.Http.OData.Query Namespace