Parameters

Previous Next

See Also

When you use RDMI, you are likely to pass parameters to the method and/or receive parameters back from the method. For each method call you need to determine:

· The number of parameters you need.

 

· For each parameter, the mode of the parameter (In, Out, Return, or InList).

 

· For each parameter, the data type of the parameter.

Related Topics

Parameter Data Types

Modes of RDMI Parameters

How Parameters are Passed To and From Components

Standard Protocol and Query Protocol for Method Calling

When to Use the Query Protocol

How to Associate Methods with the Query Protocol

How the Standard Protocol for Method Calling Works

How the Query Protocol for Method Calling Works

Transaction Support