DataServiceQuerySingle<TElement>.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 query and returns the result.
public virtual TElement GetValue ();
abstract member GetValue : unit -> 'Element
override this.GetValue : unit -> 'Element
Public Overridable Function GetValue () As TElement
Returns
TElement
Query result.
Exceptions
Problem materializing result of query into object.