Returns the SqlDbType based on a string.
Namespace: CodeSmith.BaseTemplatesAssembly: CodeSmith.BaseTemplates (in CodeSmith.BaseTemplates.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
public string GetSqlDbType( string nativeType ) |
Visual Basic |
---|
Public Function GetSqlDbType ( nativeType As String ) As String |
Parameters
- nativeType
- Type: System..::..String