Boundary.Default
Syntax:
Parameters:
<Value> (required)
Boundary value.
<BoundType> (optional)
Include/exclude boundary value.
If this parameter is omitted, the boundary value is included.
Description:
Also can be created using the functional form of the New operator.
Important! The constructor is not available at thick client or web-client.
Example:
Parameters = New Array(2); Parameters[0] = Date; Parameters[1] = BoundaryType.Including; Boundary = New(Type("Boundary"),Parameters); Query.SetParameter("EndBoundary", Boundary); |