MVC中DbContext 和ObjectContext两者的区别
摘要:https://blog.csdn.net/lvjin110/article/details/24642911
阅读全文
posted @
2018-06-26 17:00
田坤坤
阅读(159)
推荐(0) 编辑
sql语句修改字段约束为不为空 并为其设置主键
摘要:alter table Drc_Project_Review alter column ReviewID uniqueidentifier not nullalter table Drc_Project_Review add constraint pk_ReviewID primary key(Re
阅读全文
posted @
2018-06-21 17:10
田坤坤
阅读(1193)
推荐(0) 编辑
无实体反序列化Json
摘要:public class ExectendHelp { private int index = 0; public void GetLast(JObject obj, ref JToken token, string key) { JToken t = null; string[] arr = ke
阅读全文
posted @
2018-06-12 16:36
田坤坤
阅读(183)
推荐(0) 编辑