Click or drag to resize

ValueExpression Constructor (Object, ValueType)

Initializes a new instance of the ValueExpression class

Namespace:  Stimulsoft.Data.Expressions.NCalc.Domain
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public ValueExpression(
	Object value,
	ValueType type
)

Parameters

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Stimulsoft.Data.Expressions.NCalc.Domain.ValueExpression.#ctor(System.Object,Stimulsoft.Data.Expressions.NCalc.Domain.ValueType)"]

type
Type: Stimulsoft.Data.Expressions.NCalc.DomainValueType

[Missing <param name="type"/> documentation for "M:Stimulsoft.Data.Expressions.NCalc.Domain.ValueExpression.#ctor(System.Object,Stimulsoft.Data.Expressions.NCalc.Domain.ValueType)"]

See Also