Microsoft.AspNetCore.OData.Results Namespace

Classes

CreatedODataResult<T>

Represents an action result that is a response to a create operation that adds an entity to an entity set.

PageResult

Represents a feed of entities that includes additional information that OData formats support.

PageResult<T>

Represents a feed of entities that includes additional information that OData formats support.

SingleResult

Represents an IQueryable containing zero or one entities. Use together with an [EnableQuery].

SingleResult<T>

Represents an IQueryable<T> containing zero or one entities. Use together with an [EnableQuery].

UpdatedODataResult<T>

Represents an action result that is a response to a PUT, PATCH, or a MERGE operation on an OData entity.