Wraps a constant for usage in expressions and projections. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic static IExpression Constant(
	Object value
)
Public Shared Function Constant ( 
	value As Object
) As IExpression
Parameters
- value
 - Type: SystemObject
The value. 
Return Value
Type: 
IExpression
See Also