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