Mindscape LightSpeed - User Reference & API Documentation
Between Method (low, high)
API ReferenceMindscape.LightSpeed.QueryingPathExpressionBetween(Object, Object)
Creates a QueryExpression representing a database BETWEEN operation.
Declaration Syntax
C#Visual Basic
public QueryExpression Between(
	Object low,
	Object high
)
Public Function Between ( _
	low As Object, _
	high As Object _
) As QueryExpression
Parameters
low (Object)
The low value.
high (Object)
The high value.
Return Value
A QueryExpression representing a database BETWEEN operation.

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)