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) |
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