Share via


SingleResult(IQueryable) Constructor

Definition

Initializes a new instance of the SingleResult class.

protected SingleResult (System.Linq.IQueryable queryable);
new Microsoft.AspNet.OData.SingleResult : System.Linq.IQueryable -> Microsoft.AspNet.OData.SingleResult
Protected Sub New (queryable As IQueryable)

Parameters

queryable
IQueryable

The IQueryable containing zero or one entities.

Applies to