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