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
public interface ITruncatedCollection : IEnumerable
public interface class ITruncatedCollection : IEnumerable
type ITruncatedCollection =
interface
interface IEnumerable
end
Public Interface ITruncatedCollection
Inherits IEnumerable
Properties
Name | Description | |
---|---|---|
IsTruncated | Gets a value representing if the collection is truncated or not. |
|
PageSize | Gets the page size the collection is truncated to. |
Methods
Name | Description | |
---|---|---|
GetEnumerator() | (Inherited from IEnumerable.) |
See Also
System.Web.Http.OData.Query Namespace
Return to top