This method of the Command class creates a new Parameter object with the specified properties.
public com.ms.wfc.data.Parameter createParameter(String Name, int Type, int Direction, int Size, Object Value);
A Parameter object.
Name | Optional. A String that contains the name of the Parameter object. |
Type | Optional. A DataType value that specifies the data type of the Parameter object. |
Direction | Optional. A ParameterDirectionEnum value that specifies the type of Parameter object. |
Size | Optional. A Long value that specifies the maximum length for the parameter value in characters or bytes. |
Value | Optional. A Variant that specifies the value for the Parameter object. |