• The mapping of interface member IDisplayOrder.ID is not supported.


    Country 是Linq to sql 的一个实体类

    如果我们按这个代码运行的话就会得到The mapping of interface member IDisplayOrder.ID is not supported.

    注意看Exchange的代码

    一个方法是先where 后FirstOrDefault 这个方法可以使用。而如果直接用FirstOrDefault 的话就会有错了

    Code

    Code
    WebDC dc = new WebDC(DataObject.connstr);
            ABC
    <Country> biz = new ABC<Country>(dc);
            biz.Exchange(
    20,21);
            dc.SubmitChanges();
  • 相关阅读:
    “王者对战”之 MySQL 8 vs PostgreSQL 10
    PostgreSQL 进程结构
    Linux core dump 诊断进程奔溃退出
    linux下core dump--转载
    2.4 等比数列
    2.3 等差数列的前n项和
    2.2 等差数列
    1.1.1 三角形正弦定理
    调整颜色
    去括号法则
  • 原文地址:https://www.cnblogs.com/lovebanyi/p/1467890.html
Copyright © 2020-2023  润新知