Generates an assignment statement that adds a parameter to a ADO object for the given column.
            
Namespace: CodeSmith.BaseTemplatesAssembly: CodeSmith.BaseTemplates (in CodeSmith.BaseTemplates.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
| C# | 
|---|
public override string GetSqlParameterStatements( string statementPrefix, ColumnSchema column, string sqlObjectName )  | 
| Visual Basic | 
|---|
Public Overrides Function GetSqlParameterStatements ( statementPrefix As String, column As ColumnSchema, sqlObjectName As String ) As String  | 
Parameters
- statementPrefix
 - Type: System..::..String
 
- column
 - Type: SchemaExplorer..::..ColumnSchema
 
- sqlObjectName
 - Type: System..::..String