Creates a QueryExpression representing a database IN operation.

Namespace:  Mindscape.LightSpeed.Querying
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public QueryExpression In(
	Query query
)
Visual Basic (Declaration)
Public Function In ( _
	query As Query _
) As QueryExpression

Parameters

query
Type: Mindscape.LightSpeed.Querying..::.Query
The query on the right-hand side of the IN operation.

Return Value

A QueryExpression representing a database IN operation.

See Also