示例#1
0
        public static int GetSomeValue(string DtoName, string table, string strWhere, string thevalue)
        {
            int count = 0;

            count = CommonDal.GetSomeValueByWhere(table, strWhere, thevalue);
            return(count);
        }