This method cleans up the parameter syntax for the provider

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

Syntax

C#
public virtual void CleanParameterSyntax(
	IDbCommand command
)
Visual Basic
Public Overridable Sub CleanParameterSyntax ( 
	command As IDbCommand
)

Parameters

command
Type: System.Data..::..IDbCommand
The IDbCommand containing the parameters to clean up.

See Also