Progress® Telerik® Reporting R3 2019
ParameterCollection Methods
The ParameterCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add |
Creates a Parameter with specific settings and
adds it to the
ParameterCollection or updates an existing one.
|
![]() | AddRange |
Adds/updates an enumerable of Parameter objects to/in the
ParameterCollection.
|
![]() | Contains |
Determines whether the ParameterCollection
contains a parameter with a specific name.
|
![]() | Equals(Object) | (Overrides ObjectEquals(Object).) |
![]() | Equals(ParameterCollection) | |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | IndexOf |
Determines the index of a specific parameter in the
ParameterCollection.
|
![]() | InsertItem | (Overrides CollectionTInsertItem(Int32, T).) |
![]() | SetItem | (Overrides CollectionTSetItem(Int32, T).) |
![]() | ToString | (Overrides ObjectToString.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | ICloneableClone |