Returns a T-SQL parameter statement based on 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 string GetSqlParameterStatement(
	ColumnSchema column,
	bool isOutput
)
Visual Basic
Public Function GetSqlParameterStatement ( 
	column As ColumnSchema,
	isOutput As Boolean
) As String

Parameters

column
Type: SchemaExplorer..::..ColumnSchema
isOutput
Type: System..::..Boolean

Return Value

Type: String

See Also