欢迎来到计算机考试题库网 计算机题库官网
logo
全部科目 > 大学试题 > 大学期末考试答案、课后测试习题答案

单项选择题

使用linq查询语法,查询商品名称为”鲜花“的商品,并按价格升序排列()

    A.from p inProducts select p where p.pdtName=”鲜花”orderby price descending select p
    B.from p inProducts select p where p.pdtName=”鲜花”orderby price select p
    C.from p inProducts select p where p.pdtName=”鲜花”group by price descending select p
    D.from p inProducts select p where p.pdtName=”鲜花”select p

点击查看答案&解析

相关考题

微信小程序免费搜题
微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题