Statement.parameterName

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

struct Statement
string
parameterName
(
int index
)

Parameters

index int

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

Return Value

Type: string

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

Meta