Example #1
0
        public int FindCountByDstcityname(Vspeciallineinfo obj)
        {
            String stmtId = "Vspeciallineinfo.GetFindByDstcitynameCount";
            int    result = this.sqlMapper.QueryForObject <int>(stmtId, obj);

            return(result);
        }
Example #2
0
        public int FindCountBySrccontactcellphone(Vspeciallineinfo obj)
        {
            String stmtId = "Vspeciallineinfo.GetFindBySrccontactcellphoneCount";
            int    result = this.sqlMapper.QueryForObject <int>(stmtId, obj);

            return(result);
        }
Example #3
0
        public Vspeciallineinfo Find(Int64 id)
        {
            String           stmtId = "Vspeciallineinfo.Find";
            Vspeciallineinfo result = this.sqlMapper.QueryForObject <Vspeciallineinfo>(stmtId, id);

            return(result);
        }
Example #4
0
        public int FindCountBySrcplaceaddress(Vspeciallineinfo obj)
        {
            String stmtId = "Vspeciallineinfo.GetFindBySrcplaceaddressCount";
            int    result = this.sqlMapper.QueryForObject <int>(stmtId, obj);

            return(result);
        }
Example #5
0
        public void Reload(Vspeciallineinfo obj)
        {
            if (obj == null)
            {
                throw new ArgumentNullException("obj");
            }
            String stmtId = "Vspeciallineinfo.Find";

            this.sqlMapper.QueryForObject <Vspeciallineinfo>(stmtId, obj, obj);
        }