Adds a new parameter to the collection.
Visual Basic |
---|
Public Function Add( _ ByVal name_ As String, _ ByVal type_ As eExecutionPatternParameterType, _ Optional ByVal value_ As String = "" _ ) As CQGExecutionPatternParameter |
- name_
Parameter's name, represented as String
- type_
Value Description epptBool Boolean type
epptCollection Collection type
epptCollectionItem Collection item type
epptDouble Double type
epptInt32 Integer type
epptObject Object type
epptString String type
Parameter's type represented as eExecutionPatternParameterType
- value_
Parameter's value, represented as String.
If the parameter's type is epptObject, epptCollection, or epptCollectionItem; its value should be empty string.
Returns the added parameter, represented as CQGExecutionPatternParameter