Beispiel #1
0
        public int FindCountByGroupname(Vuserrights obj)
        {
            String stmtId = "Vuserrights.GetFindByGroupnameCount";
            int    result = this.sqlMapper.QueryForObject <int>(stmtId, obj);

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

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

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