Ejemplo n.º 1
0
        public int FindCountByLocation(Vtrunkmetadata obj)
        {
            String stmtId = "Vtrunkmetadata.GetFindByLocationCount";
            int    result = this.sqlMapper.QueryForObject <int>(stmtId, obj);

            return(result);
        }
Ejemplo n.º 2
0
        public Vtrunkmetadata Find(Int64 id)
        {
            String         stmtId = "Vtrunkmetadata.Find";
            Vtrunkmetadata result = this.sqlMapper.QueryForObject <Vtrunkmetadata>(stmtId, id);

            return(result);
        }
Ejemplo n.º 3
0
        public int FindCountByTrunkidentifynumber(Vtrunkmetadata obj)
        {
            String stmtId = "Vtrunkmetadata.GetFindByTrunkidentifynumberCount";
            int    result = this.sqlMapper.QueryForObject <int>(stmtId, obj);

            return(result);
        }
Ejemplo n.º 4
0
        public int FindCountByContactpersonname(Vtrunkmetadata obj)
        {
            String stmtId = "Vtrunkmetadata.GetFindByContactpersonnameCount";
            int    result = this.sqlMapper.QueryForObject <int>(stmtId, obj);

            return(result);
        }
Ejemplo n.º 5
0
        public void Reload(Vtrunkmetadata obj)
        {
            if (obj == null)
            {
                throw new ArgumentNullException("obj");
            }
            String stmtId = "Vtrunkmetadata.Find";

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