Share via


DataServiceActionQuerySingle<T>.GetValue Method

Definition

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.

Applies to