This project has retired. For details please refer to its Attic page.
Lens Server: ParameterCollectionType

ParameterCollectionType Data Type

The enum ParameterCollectionType Collection type of a parameter has to be chosen based on its context. - If it is occurring next to an IN/NOT IN clause, its multiple - If it is found with EQ/NEQ..>,<,>=,<=,like etc, its single

Values
value description
SINGLE Single valued parameter.
MULTIPLE Multivalued parameter.