add_field_parameter_value


Description:

public abstract void add_field_parameter_value (string field, string par, Type gtype)

Add a new SqlExpressionField and a SqlExpressionValueParameter to fields and values, to be used to modify field's value to new value or append to a table. The parameter can be used to execute the query with specific values.

Parameters:

field

The field name to change/set

par

The parameter's name

gtype

The parameter's type