摘要:
/// /// 数据库中与c#中的数据类型对照 /// /// /// private string changetocsharptype(string type) { string reval=string.empty; switch(type.tolower()) { case "int": reval= "int32"; break; ... 阅读全文
posted @ 2006-04-25 15:29
Ruxuan
阅读(396)
评论(0)
推荐(0)
浙公网安备 33010602011771号