GetSqlParamName
It returns a value that represents a parameter name appropriate for the selected database type. In normal situations it is needed to call this method as all the parameter handeling is done by business objects.
Parameters:
| Description | |
|---|---|
| includeTableName | This indicates wheather the table name wil be prefixed to the column name. |
| prefix | Value will be prefixed with the parameter name. |
| count | Used to ensure that all parameter names are unique. |
Returns:
| Type | |
|---|---|
| System.String |
Parameters
- includeTableName
- prefix
- count
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0