C# Class Dibware.StoredProcedureFramework.Helpers.SqlDbTypeToClrTypeMapper

Afficher le fichier Open project: dibley1973/StoredProcedureFramework

Méthodes publiques

Méthode Description
GetClrTypeFromSqlDbType ( SqlDbType sqlDbType ) : Type

Gets the mapped CLR type for the specified SqlDbType.

Private Methods

Méthode Description
CreateSqlTypeToClrTypeMaps ( ) : void
SqlDbTypeToClrTypeMapper ( ) : System

Initializes the SqlDbTypeToClrTypeMapper class.

Method Details

GetClrTypeFromSqlDbType() public static méthode

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