Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a collection that is truncated to a given page size.
Namespace:   System.Web.OData.Query
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public interface ITruncatedCollection : IEnumerable
public interface class ITruncatedCollection : IEnumerable
type ITruncatedCollection = 
    interface
        interface IEnumerable
    end
Public Interface ITruncatedCollection
    Inherits IEnumerable
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | IsTruncated | Gets a value representing if the collection is truncated or not. | 
| .jpeg) | PageSize | Gets the page size the collection is truncated to. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | GetEnumerator() | (Inherited from IEnumerable.) | 
See Also
System.Web.OData.Query Namespace
Return to top