DevForce Help Reference
ForceResult Method


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
'Declaration
 
Protected Sub ForceResult( _
   ByVal result As Object, _
   Optional ByVal navSet As NavigationSet, _
   Optional ByVal queryInfo As QueryInfo _
) 
'Usage
 
Dim instance As EntityServerQueryInterceptor
Dim result As Object
Dim navSet As NavigationSet
Dim queryInfo As QueryInfo
 
instance.ForceResult(result, navSet, queryInfo)
protected void ForceResult( 
   object result,
   NavigationSet navSet,
   QueryInfo queryInfo
)

Parameters

result
navSet
Ignored
queryInfo
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

EntityServerQueryInterceptor Class
EntityServerQueryInterceptor Members

Send Feedback