Sql |
protected virtual string CreateParameterName( string variableName )
Creates a parameter name for use in SQL database queries.
The variableName string is typically the name of the column being matched, but may also be other variable names such as "NOW", "DATETIME", or "FLAGS".
By default, this method creates a parameter name by prefixing variableName with an '@' character.