- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我正在使用 Mindscape.Lightspeed 并收到以下错误:错误:对象名称“KeyTable”无效。
LightSpeedContext<LightSpeedModel1UnitOfWork> context = new LightSpeedContext<LightSpeedModel1UnitOfWork>("Development");
using (var uow = context.CreateUnitOfWork())
{
SiteUser user = new SiteUser();
user.UserName = "ABC";
user.RoleId = 1;
uow.Add(user);
}
最佳答案
我在官方论坛上发布了这条评论,你也发布了这个问题:-)
生成此错误消息是因为您正在使用 KeyTable 标识方法。 Identity Method 是 LightSpeed 为您的实体生成标识符的方式,默认情况下,使用 KeyTable 模式。这需要一个名为“KeyTable”的表(在 providers 文件夹下的 LightSpeed 安装目录中有一个脚本)。
如果您不想使用 KeyTable 标识方法,请在 .config 文件中为您的 LightSpeedContext 配置配置适当的方法。帮助文件、入门截屏视频和一些示例中提供了有关各种方法的信息。
您可以在此处在线阅读帮助文件页面:
http://www.mindscape.co.nz/Help/LightSpeed/Help%20Topics/LightSpeed/IdentityGeneration.html
希望对你有帮助
约翰-丹尼尔
关于c# - Mindscape.Lightspeed 错误 : Invalid object name 'KeyTable' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4354975/
我目前正在使用 Bootstrap 4 beta/JQuery 和 Datatables 构建网页带有扩展名 Select 和 KeyTables。 KeyTable 允许使用箭头键在所有单元格中导航
我正在使用 Mindscape.Lightspeed 并收到以下错误:错误:对象名称“KeyTable”无效。 LightSpeedContext context = new LightSpeedCo
我不断收到此错误: "table keyTable has no column named number" 对 Android 来说还是个新手,所以不知道为什么会发生这种情况,有人能发现这个错误吗?
我是一名优秀的程序员,十分优秀!