Mindscape LightSpeed - User Reference & API Documentation
In Method (values)
API ReferenceMindscape.LightSpeed.QueryingPathExpressionIn(array<Object>[]()[])
Creates a QueryExpression representing a database IN operation.
Declaration Syntax
C#Visual Basic
public QueryExpression In(
	params Object[] values
)
Public Function In ( _
	ParamArray values As Object() _
) As QueryExpression
Parameters
values (array<Object>[]()[])
The values on the right-hand side of the IN operation.
Return Value
A QueryExpression representing a database IN operation.

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