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

            return(result);
        }
Ejemplo n.º 2
0
        public int FindCountByNumber(Vtrunkinformation obj)
        {
            String stmtId = "Vtrunkinformation.GetFindByNumberCount";
            int    result = this.sqlMapper.QueryForObject <int>(stmtId, obj);

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

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