Syntax

The following are the data type-specific methods for adding an ABL INTEGER parameter:

public void AddInteger(int position, Int32 value, int mode)

public void AddInteger(int position, Int32? value, int mode)

public void AddInteger(int position, Progress.Open4GL.IntHolder value, 
                       int mode)

public void AddIntegerArray(int position, Int32[] value, int mode, 
                            int extentValue)

public void AddIntegerArray(int position, 
                            Int32?[] value, int mode, 
                            int extentValue)

public void AddIntegerArray(int position, 
                            Progress.Open4GL.IntHolder[] value, int mode, 
                            int extentValue)

For information on the parameters to these methods, see General syntax for add parameter methods.