Example #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (Request.Params["command"] != null)
     {
         var con = new EntityConnection("connection");
         con.GetSchema(Request.Params["command"]);
     }
 }