PFSBuilderAddClobInt Method |
Add an integer (4 byte) value to the current Clob parameter.
Restrictions: The function is only valid within the scope of a Clob.
Namespace: DHI.PFSAssembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public void AddClobInt(
int val
)
Public Sub AddClobInt (
val As Integer
)
public:
virtual void AddClobInt(
int val
) sealed
abstract AddClobInt :
val : int -> unit
override AddClobInt :
val : int -> unit
Parameters
- val
- Type: SystemInt32
Implements
IPFSBuilderAddClobInt(Int32)See Also