DevForce Help Reference
ExecuteQueryForObjectAsync(IEntityScalarQuery) Method


Executes the specified scalar query asynchronously.
Syntax
'Declaration
 
Public Overloads Function ExecuteQueryForObjectAsync( _
   ByVal query As IEntityScalarQuery _
) As Task(Of Object)
'Usage
 
Dim instance As EntityManager
Dim query As IEntityScalarQuery
Dim value As Task(Of Object)
 
value = instance.ExecuteQueryForObjectAsync(query)
public Task<object> ExecuteQueryForObjectAsync( 
   IEntityScalarQuery query
)

Parameters

query
Remarks
See EntityScalarAsyncExtensions for asynchronous scalar queries.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityManager Class
EntityManager Members
Overload List

Send Feedback