Try OpenEdge Now
.NET Open Clients
Using the Open Client .NET OpenAPI to Directly Access the AppServer
:
Setting up parameters and return types
:
Setting up a parameter array
Setting up a parameter array
You must place all parameters for a procedure (external, persistent, and internal) or user-defined function into a
Progress.Open4GL.Proxy.ParamArray
object before running the procedure or user-defined function.
In this section:
Creating a parameter array