コード例 #1
0
 public virtual void Update() {
     resourceSchema.Dal.Userteammembers dbo = null;
     try {
         dbo = new resourceSchema.Dal.Userteammembers();
         dbo.UserTeamMembers_Update(this.Sysid, this.Publicid, this.Path, this._usersysid, this._teammembersysid, this.Createdate, this.Active);
     }
     catch (System.Exception ) {
         throw;
     }
     finally {
         if ((dbo != null)) {
             dbo.Dispose();
         }
     }
 }