Methods for the Search script hooks
These methods are for the Search script hook events:
-  
		          
Public ReadOnly Property ResultTableName() As StringReturns the name of the current Search Result table.
 -  
		          
Public Function ResultTableRead(ByVal QueryCode As String, ByVal QueryArgs As List(Of String), ByVal QueryNamedArgs As Dictionary(Of String, String)) As DataTableEnables the script to read the current Search Result table into a
.Net DataTableobject. -  
		          
Public Function ResultTableUpdate(ByVal QueryCode As String, ByVal QueryArgs As List(Of String), ByVal QueryNamedArgs As Dictionary(Of String, String)) As Integer- Enables the script to update the current Search Result table.
 - Returns the number of rows that are effected by the update statement.