CsvClusteredIndex.Find Method
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public Function Find ( _
key As IComparable, _
cursor As CsvFieldCache _
) As Boolean
'Usage
Dim instance As CsvClusteredIndex
Dim key As IComparable
Dim cursor As CsvFieldCache
Dim returnValue As Boolean
returnValue = instance.Find(key, cursor)
public bool Find(
IComparable key,
CsvFieldCache cursor
)
Return Value
Type: System.Boolean