Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Return a report for the given query record.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public static string Report(
	IQueryRecord record
)

Parameters

record
Type: Tangosol.Util..::.IQueryRecord
The record.

Return Value

A report for the given query record.

See Also