ParameterPlaceholder Constructor
Class that encapsulates a user defined parameter to be used within an ExpressionDescriptor statement.
Parameters
- options
-
Type: Object
(optional) An object literal with the default values for any properties.
Optional: True
Examples
The following example initializes a new instance of a ParameterPlaceholder object:
var newObject = new dundas.data.ParameterPlaceholder();