我正在尝试使用 C# 连接到 sqlite 数据库,然后使用 javascript 调用 c# 函数来检索所有数据。我如何在 Windows 8 应用程序中将 worklight 项目(javascript,从 worklight 生成)与我的 c# 连接起来。请帮忙
我找到了一些需要实现这个的例子
using WPCordovaClassLib.Cordova;
using WPCordovaClassLib.Cordova.Commands;
using WPCordovaClassLib.Cordova.JSON;
但我找不到它的装配参考!