public virtual void Update() { resourceSchema.Dal.Areas dbo = null; try { dbo = new resourceSchema.Dal.Areas(); dbo.Areas_Update(this.Sysid, this._areastatussysid, this._areatypesysid, this.Publicid, this.Path, this.Createdate, this.Lastmodifieddate, this.IsReadonly, this.Active); } catch (System.Exception ) { throw; } finally { if ((dbo != null)) { dbo.Dispose(); } } }