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 an IQueryable containing zero or one entities.
Inheritance Hierarchy
System.Object
System.Web.Http.SingleResult
System.Web.Http.SingleResult<T>
Namespace: System.Web.Http
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
'Declaration
Public MustInherit Class SingleResult
'Usage
Dim instance As SingleResult
public abstract class SingleResult
public ref class SingleResult abstract
[<AbstractClassAttribute>]
type SingleResult = class end
public abstract class SingleResult
The SingleResult type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
SingleResult | Initializes a new instance of the SingleResult class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Queryable | The IQueryable containing zero or one entities. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() ![]() |
Create<T> | Creates a <see cref="T:System.Web.Http.SingleResult`1" /> from an <see cref="T:System.Linq.IQueryable`1" />. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)
.gif)