SetRange Method

BerkeleyDB

Set the minimum and maximum values in the sequence.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

Syntax

C#
public void SetRange(
	long Min,
	long Max
)
Visual Basic (Declaration)
Public Sub SetRange ( _
	Min As Long, _
	Max As Long _
)
Visual C++
public:
void SetRange(
	long long Min, 
	long long Max
)

Parameters

Min
Type: System..::.Int64
The minimum value in the sequence.
Max
Type: System..::.Int64
The maximum value in the sequence.

See Also