IdeaBlade DevForce 2010 Help Reference
ForceResult Method
See Also  Send Feedback
IdeaBlade.EntityModel.Server Assembly > IdeaBlade.EntityModel.Server Namespace > EntityServerQueryInterceptor Class : ForceResult Method



result
queryInfo
BETA feature - may be called to force the results of the query. The shape of the result being foreced must match that of the result of the query being executed. This method can be called either before or after the execution of the query.

Syntax

Visual Basic (Declaration) 
Protected Sub ForceResult( _
   ByVal result As Object, _
   Optional ByVal navSet As NavigationSet, _
   Optional ByVal queryInfo As QueryInfo _
) 
Visual Basic (Usage)Copy Code
Dim instance As EntityServerQueryInterceptor
Dim result As Object
Dim navSet As NavigationSet
Dim queryInfo As QueryInfo
 
instance.ForceResult(result, navSet, queryInfo)
C# 
protected void ForceResult( 
   object result,
   NavigationSet navSet,
   QueryInfo queryInfo
)
C++/CLI 
protected:
void ForceResult( 
   Object^ result,
   NavigationSet^ navSet,
   QueryInfo^ queryInfo
) 

Parameters

result
navSet
queryInfo

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.