String representation of the data type stored in this parameter.
Syntax
public System.string DataTypeStr {get; set;}
Property Value
One of the acceptable members of the
Constants.DataType Class for a Parameter. Namely,
string,
date,
integer,
decimal or
boolean. If no value or an invalid value is passed, the system defaults to
string.