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#
protected static string GetSqlParameterStatement(
	DataObjectBase column,
	bool isOutput
)
Visual Basic
Protected Shared Function GetSqlParameterStatement ( 
	column As DataObjectBase,
	isOutput As Boolean
) As String

Parameters

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

Return Value

Type: String

See Also