Return statistical information for this sequence.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet60 (in libdb_dotnet60.dll) Version: 6.0.30.0

Syntax

C#
public SequenceStats Stats(
	bool clear
)
Visual Basic (Declaration)
Public Function Stats ( _
	clear As Boolean _
) As SequenceStats
Visual C++
public:
SequenceStats^ Stats(
	bool clear
)

Parameters

clear
Type: System..::.Boolean
If true, reset statistics.

Return Value

Statistical information for this sequence.

See Also