コード例 #1
0
 public ActionResult Index()
 {
     BackOffice.Models.ODataClient.Default.Container container = new BackOffice.Models.ODataClient.Default.Container(new Uri("http://localhost:9129/odata/"));
      var result=   container.GetAllTables();
     return View();
 }