摘要:
今天工作遇到4.0新增语法 不解 请教 遂知:指定参数public DataTable TodayToTable(int userId) { return userId > 0 ? V_CN_TASK_VALID_SCORING_TODAY.QueryTable(condition: " WHERE 承接者Id = " + userId) : null; }其中的condition: " WHERE 承接者Id = " + userId就是指定参数 condition是QueryTable方法的参数/// <summary> //... 阅读全文
posted @ 2012-02-13 15:17
深海大虾
阅读(560)
评论(0)
推荐(0)
浙公网安备 33010602011771号