首次整理,可能有错误,还有少许的未整理,希望看到的人能给点补充(包括指点错误) 表名表说明自定义触发器QRTZ_BLOB_TRIGGERS列名(英)列名(中)数据类型列长度是否为空列说明SCHED_NAME计划名称nvarchar100not null主键TRIGGER_NAME触发器... Read More
Interceptors (EF6.1 Onwards)Starting with EF6.1 you can register interceptors in the config file. Interceptors allow you to run additional logic when ... Read More
The ObjectContext instance has been disposed and can no longer be used for operations that require a connection.How to solve the error The ObjectContext instance has been disposed and can no longer be used for operations that require a connection1.今天查询数据的出现对象已经被释放,然后字段属性为null。我下了断点检查了一下数据,是有值的。2.我发现 Read More