SingleResult<T>(IQueryable<T>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the SingleResult<T> class.
public SingleResult (System.Linq.IQueryable<T> queryable);
new Microsoft.AspNet.OData.SingleResult<'T> : System.Linq.IQueryable<'T> -> Microsoft.AspNet.OData.SingleResult<'T>
Public Sub New (queryable As IQueryable(Of T))
Parameters
- queryable
- IQueryable<T>
The IQueryable<T> containing zero or one entities.