DataConnectionParameter Properties TIBCO Spotfire 6.5 API Reference
The DataConnectionParameter type exposes the following members.
Properties

  NameDescription
Public propertyAllowMultipleValues
Gets or sets a value indicating whether if multiple values for this parameter is allowed.
Public propertyDataType
Gets or sets the parameter datatype.
Public propertyId
Gets or sets the id of the parameter.
Public propertyIsRangeValues
Gets or sets a value indicating whether this instance contains range values. This means that the values must contain two values.
Public propertyName
Gets or sets the display name of the parameter.
Public propertyRequired
Gets or sets a value indicating whether this parameter must have a value when fetching data from the view.
Back to Top
See Also