Initializes a new instance of the LiteralExpression class.

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

Syntax

C#
public LiteralExpression(
	Object value
)
Visual Basic (Declaration)
Public Sub New ( _
	value As Object _
)

Parameters

value
Type: System..::.Object
The literal value.

See Also