Returns the C# variable type based on the given dataType.
Namespace: CodeSmith.BaseTemplatesAssembly: 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