You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 19, 2022. It is now read-only.
None of the below work (exception thrown in each case):
//var w = new JayDataContext();
//var z = new Default.Container(
// { name: "oData",
// oDataServiceHost: "http://odatav4-demo.jaystack.com:9000/odata"}).onReady().then((ctx) => {
//var x = JayDataContext.factory(
// { name: "oData",
// oDataServiceHost: "http://odatav4-demo.jaystack.com:9000/odata"}).onReady().then((ctx) => {
In addition when the static approach is taken u in orderby is strongly typed but u in the includes is not and has to be provided as a string. What gives?