Try OpenEdge Now
.NET Open Clients
Using the Open Client .NET OpenAPI to Directly Access the AppServer
:
Setting up parameters and return types
:
Adding parameters using data type-specific methods
:
ROWID
ROWID
The following are the data type-specific methods for adding an ABL
ROWID
parameter:
Syntax
public void AddRowid(int
position
, Progress.Open4GL.Rowid
value
,
int
mode
)
public void AddRowidArray(int
position
, Progress.Open4GL.Rowid[]
value
,
int
mode
, int
extentValue
)
For information on the parameters to these methods, see
General syntax for add parameter methods
.