DataServiceActionQuerySingle<T>.GetValue Method
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.
Executes the action and returns the result.
public T GetValue ();
member this.GetValue : unit -> 'T
Public Function GetValue () As T
Returns
T
Action result.
Exceptions
Problem materializing result of query into object.