Function Statement.parameterName

Gets the name of the bind parameter at the given index.

string parameterName (
  int index
);

Parameters

NameDescription
index The index of the parameter (the first parameter has the index 1).

Returns

The name of the parameter or null is not found or out of range.