ValueDataTypeParameter constructor
ValueDataTypeParameter(
- ValueType type
Implementation
ValueDataTypeParameter(this.type)
: super("VALUE", TextParameterValue(type.value));
ValueDataTypeParameter(this.type)
: super("VALUE", TextParameterValue(type.value));