Assembly: Fore;
The IForeSubParams interface is used to manage parameters of procedures/functions/constructors that are implemented in repository assemblies.
IForeSubParams
The collection of parameters can be obtained using the IForeSub.Params property.
Property name | Brief description | |
Count | The Count property returns the number of parameters in the collection. |
Method name | Brief description | |
Item | The Item method returns a parameter by index. | |
ParamByName | The Item method returns a parameter by name. |
See also: