Returns then corresponding database parameter name for the supplied token
- Key (String)
-
The unformatted name of the parameter e.g. "userid"
The qualified parameter name. For example for an MS SQL Server connection the key "userid" would be
returned as "@userid".