Exemplo n.º 1
0
        /// <summary>
        /// 存在数据
        /// </summary>
        /// <param name="wh"></param>
        /// <returns></returns>
        public static bool ExistsData(string wh)
        {
            string sql = GetSelectSQL <T>(wh);

            return(Dbop.HavRow(sql));
        }