Returns the name of the typed reader method for a given column.
            
Namespace: CodeSmith.BaseTemplatesAssembly: CodeSmith.BaseTemplates (in CodeSmith.BaseTemplates.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
| C# | 
|---|
public string GetReaderMethod( DbType dataType )  | 
| Visual Basic | 
|---|
Public Function GetReaderMethod ( dataType As DbType ) As String  | 
Parameters
- dataType
 - Type: System.Data..::..DbType