Creates a QueryExpression representing a database LIKE comparison.

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

Syntax

C#
public QueryExpression Like(
	string pattern
)
Visual Basic (Declaration)
Public Function Like ( _
	pattern As String _
) As QueryExpression

Parameters

pattern
Type: System..::.String
The right hand side of the LIKE comparison.

Return Value

A QueryExpression representing a database LIKE comparison.

See Also