C# Class HybridDb.Config.SqlTypeMap.SqlTypeMapping

ファイルを表示 Open project: asgerhallas/HybridDb

Public Methods

Method Description
SqlTypeMapping ( Type netType, DbType dbType, string sqlType ) : System

Method Details

SqlTypeMapping() public method

public SqlTypeMapping ( Type netType, DbType dbType, string sqlType ) : System
netType System.Type
dbType DbType
sqlType string
return System