Ejemplo n.º 1
0
 public object ConvertFromDbType(object value, Type type)
 {
     return(dbAdapter.ConvertFromDbType(value, type));
 }