标签: c# entity-framework-4 asp.net-web-api2
如何在此类中获取查询字符串信息?
public partial class uData : DbContext { public uData() : base("name=uData") { } }