SimpleQueryRecordReporterReportIndexLookupRecord Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Report the given index lookup record with the given id.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxprotected static string ReportIndexLookupRecord(
int nIndexLookupId,
IIndexLookupRecord record
)
Parameters
- nIndexLookupId
- Type: SystemInt32
The index lookup id.
- record
- Type: Tangosol.UtilIIndexLookupRecord
The index lookup record.
Return Value
Type:
String
A report line for the given index lookup.
See Also