Creates a new instance of the ConstantExpression class.

Namespace: ININ.IceLib.Configuration.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public ConstantExpression(
	Object value,
	DBColumn column
)
Visual Basic
Public Sub New ( _
	value As Object, _
	column As DBColumn _
)

Parameters

value
Type: System..::..Object
The value of the constant.
column
Type: ININ.IceLib.Configuration.Dialer.DataTypes..::..DBColumn
The database column that corresponds to the value.

See Also