C# Class Dibware.StoredProcedureFramework.Helpers.SqlDbTypeToClrTypeMapper

Show file Open project: dibley1973/StoredProcedureFramework

Public Methods

Method Description
GetClrTypeFromSqlDbType ( SqlDbType sqlDbType ) : Type

Gets the mapped CLR type for the specified SqlDbType.

Private Methods

Method Description
CreateSqlTypeToClrTypeMaps ( ) : void
SqlDbTypeToClrTypeMapper ( ) : System

Initializes the SqlDbTypeToClrTypeMapper class.

Method Details

GetClrTypeFromSqlDbType() public static method

Gets the mapped CLR type for the specified SqlDbType.
public static GetClrTypeFromSqlDbType ( SqlDbType sqlDbType ) : Type
sqlDbType SqlDbType The SqlDbType to get mapped type for.
return System.Type