Member name | Description |
---|---|
Count property |
Returns the number of ULParameter objects in the collection. |
Item property |
Returns the ULParameter at the specified index. In C#, this property is the indexer for the ULParameterCollection class. |
Item property |
Returns the ULParameter with the specified name. In C#, this property is the indexer for the ULParameterCollection class. |
Member name | Description |
---|---|
Add method |
Adds a ULParameter to the collection. |
Add method |
Adds a ULParameter to the collection. |
Add method |
Adds a new ULParameter, created using the specified parameter name and value, to the collection. |
Add method |
Adds a new ULParameter, created using the specified parameter name and data type, to the collection. |
Add method |
Adds a new ULParameter, created using the specified parameter name, data type, and length, to the collection. |
Add method |
Adds a new ULParameter, created using the specified parameter name, data type, length, and source column name, to the collection. |
Clear method |
Removes all the parameters from the collection. |
Contains method |
Checks whether a ULParameter exists in the collection. |
Contains method |
Checks whether a ULParameter with the specified name exists in the collection. |
CopyTo method |
Copies ULParameter objects from the ULParameterCollection to the specified array. |
GetEnumerator method |
Returns an enumerator for the collection. |
IndexOf method |
Returns the location of the ULParameter in the collection. |
IndexOf method |
Returns the location of the ULParameter with the specified name in the collection. |
Insert method |
Inserts an ULParameter in the collection at the specified index. |
Remove method |
Removes an ULParameter from the collection. |
RemoveAt method |
Removes the parameter at the specified index in the collection. |
RemoveAt method |
Removes the parameter with the specified name from the collection. |