ProcessManager..::..GetParamList Method
Gets the process parameter list.
Namespace:
FLEXYGO.ProcessingAssembly: flxEntity (in flxEntity.dll)
Syntax
public bool GetParamList( BaseCollection Params )
Public Function GetParamList ( _ Params As BaseCollection _ ) As Boolean
Parameters
- Params
- Type: FLEXYGO.Utilities.General..::..BaseCollection
The parameters.
Return Value
true if process is stored procedure or dll, false otherwise.Exceptions
| Exception | Condition |
|---|---|
| FLEXYGO.Exceptions..::..LocalizedException | Error getting process {0} params |