Returns the C# variable type based on the given dataType.

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

Syntax

C#
public string GetCSharpVariableType(
	DbType dataType
)
Visual Basic
Public Function GetCSharpVariableType ( 
	dataType As DbType
) As String

Parameters

dataType
Type: System.Data..::..DbType

Return Value

Type: String

See Also