<?xml version="1.0" encoding="utf-8"?> <!-- For more information on how to configure your ASP.NET application, please visit http://go.microsoft.com/fwlink/?LinkId=152368 --> <configuration> <appSettings> <add…
环境: Visual Studio 2013 + .Net Framework 4.5.2 1.新建项目 2.安装OData,ODP.NET 安装的包: 下面是部分代码: using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace WebAppOdataEF.Models { public class AUDIT_TEMPLATE { /// <summary> /…