Methods for the Search script hooks
These methods are for the Search script hook events:
-
Public ReadOnly Property ResultTableName() As String
Returns 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 DataTable
Enables the script to read the current Search Result table into a
.Net DataTable
object. -
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.