ResultTableCollection.FilterEnumerator method

A more specific version of ResultTableCollection.Filter when the property to filter on is a string. Iterate over the ResultTableCollection's GetEnumerator, which is interleaving aware, and retrieve the interleaved results. The string comparison is case insensitive and ordinal.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function FilterEnumerator ( _
    propertyName As String, _
    value As String _
) As IEnumerable(Of ResultTable)
'Usage
Dim instance As ResultTableCollection
Dim propertyName As String
Dim value As String
Dim returnValue As IEnumerable(Of ResultTable)

returnValue = instance.FilterEnumerator(propertyName, _
    value)
public IEnumerable<ResultTable> FilterEnumerator(
    string propertyName,
    string value
)

Parameters

Return value

Type: System.Collections.Generic.IEnumerable<ResultTable>

See also

Reference

ResultTableCollection class

ResultTableCollection members

Microsoft.Office.Server.Search.Query namespace