ResultTableCollection.Exists method (String)
Verifica se há qualquer TesultTable da coleção com um TableType especificado
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function Exists ( _
tableType As String _
) As Boolean
'Uso
Dim instance As ResultTableCollection
Dim tableType As String
Dim returnValue As Boolean
returnValue = instance.Exists(tableType)
public bool Exists(
string tableType
)
Parâmetros
- tableType
Type: System.String
Valor retornado
Type: System.Boolean
True, se houver pelo menos um ResultTable da coleção com ResultTable.TableType igual a tableType passado. Caso contrário, false.