摘要:
using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Reflection;using System.Text;using System.Threading.Tas...
阅读全文
posted @ 2015-08-25 17:11
Haustbule
阅读(187)
推荐(0)
编辑
摘要:
Type type = typeof(Model.Users).GetProperties()[i].PropertyType; //判断type类型是否为泛型,因为nullable是泛型类, if (type.IsGenericType && type.GetGenericTypeDefinit...
阅读全文
posted @ 2015-08-25 16:58
Haustbule
阅读(213)
推荐(0)
编辑