private void detach_dbUserLogs(dbUserLog entity) { this.SendPropertyChanging(); entity.dbUser = null; }
private void attach_dbUserLogs(dbUserLog entity) { this.SendPropertyChanging(); entity.dbUser = this; }
partial void UpdatedbUserLog(dbUserLog instance);
partial void DeletedbUserLog(dbUserLog instance);
partial void InsertdbUserLog(dbUserLog instance);