Returns the SqlDbType based on a string.

Namespace: CodeSmith.BaseTemplates
Assembly: 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

Return Value

Type: String

See Also