Generates an assignment statement that adds a parameter to a ADO object for the given column.

Namespace: CodeSmith.BaseTemplates
Assembly: CodeSmith.BaseTemplates (in CodeSmith.BaseTemplates.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public virtual string GetSqlParameterStatements(
	string statementPrefix,
	ColumnSchema column,
	string sqlObjectName
)
Visual Basic
Public Overridable 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

Return Value

Type: String

See Also