The IForeMethodParams interface contains properties and methods used to work with collection of the custom method parameters.
Property name | Brief description | |
Count | The Count property returns the number of parameters in the collection. | |
Item | The Item property returns a parameter from the collection by its index. |
Method name | Brief description | |
FindByParam | The FindByParam method searches a parameter by its name. |
See also: