Example #1
0
 internal static SqlDbType ToSqlType(this ADONETType type)
 {
     return(type.ConvertTo <SqlDbType>());
 }
Example #2
0
 internal static OdbcType ToOdbcType(this ADONETType type)
 {
     return(type.ConvertTo <OdbcType>());
 }
Example #3
0
 internal static DbType ToDbType(this ADONETType type)
 {
     return(type.ConvertTo <DbType>());
 }