02 2020 档案

摘要:// SqlDbType转换为C#数据类型 public static Type SqlType2CsharpType(SqlDbType sqlType) { switch (sqlType) { case SqlDbType.BigInt: return typeof(Int64); case 阅读全文
posted @ 2020-02-20 09:20 黑默丁格 阅读(768) 评论(0) 推荐(0)