Click or drag to resize
PFSKeywordInsertNewParameterClob Method
Insert a Clob parameter into this keyword at the specified position. The new Clob parameter is returned, and can be populated with data.

If insertion point equals Count+1, the parameter is added to the end of the list.

Parameters at and after the insertion point move down to accomodate the new element.

This method is an O(n) operation, where n is number of parameters

Namespace: DHI.PFS
Assembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public PFSParameter InsertNewParameterClob(
	int parameterNumber
)

Parameters

parameterNumber
Type: SystemInt32
Parameter position to insert values at. 1-based

Return Value

Type: PFSParameter
New parameter
See Also