Class MVArrayParameter
MVArrayParameter defines an array type binding parameter for a theme-based FOI layer that is based on a templated predefined theme. The array type binding parameter can be either a number array or a string array.
Constructor Attributes | Constructor Name and Description |
---|---|
MVArrayParameter(array, elementType, sqlType)
|
Class Detail
MVArrayParameter(array, elementType, sqlType)
- Parameters:
- {Array} array
- an array that specifies the value of the array parameter.
- {String} elementType
- a string that specifies the type of the array elements. It can be either MVArrayParameter.NUMBER_ARRAY (number array) or MVArrayParameter.STRING_ARRAY (string array).
- sqlType
- Returns:
- The newly created MVArrayParameter FOI object.