Statement.parameterName

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

struct Statement
string
parameterName
(
int index
)

Return Value

Type: string

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

Meta