DataServiceActionQuerySingle<T> Class
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.
Object of an action which returns a single item.
public sealed class DataServiceActionQuerySingle<T>
type DataServiceActionQuerySingle<'T> = class
Public NotInheritable Class DataServiceActionQuerySingle(Of T)
- T
Type of object to materialize.
- Inheritance
-
DataServiceActionQuerySingle<T>
Data |
Object of an action which returns a single item. |
Request |
The URI for this action. |
Begin |
Asynchronously sends a request to the data service to execute a specific URI. |
End |
Called to complete the BeginExecute(AsyncCallback, Object). |
Get |
Executes the action and returns the result. |
Get |
Asynchronously sends the request so that this call does not block processing while waiting for the results from the service. |
Get |
Asynchronously sends the request so that this call does not block processing while waiting for the results from the service. |
Product | Versions |
---|---|
OData Client | 7.0 |