ResultTableCollection.Exists method (String)
Verifies if there any TesultTable in the collection with a specified TableType
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function Exists ( _
tableType As String _
) As Boolean
'Usage
Dim instance As ResultTableCollection
Dim tableType As String
Dim returnValue As Boolean
returnValue = instance.Exists(tableType)
public bool Exists(
string tableType
)
Parameters
- tableType
Type: System.String
Return value
Type: System.Boolean
true, if there is at least one ResultTable in the collection with ResultTable.TableType equal to the passed tableType. Otherwise, false.