private void detach_SQLBot_TableJoin1(SQLBot_TableJoin entity)
		{
			this.SendPropertyChanging();
			entity.SQLBot_Table1 = null;
		}
		private void attach_SQLBot_TableJoin(SQLBot_TableJoin entity)
		{
			this.SendPropertyChanging();
			entity.SQLBot_Table = this;
		}
 partial void UpdateSQLBot_TableJoin(SQLBot_TableJoin instance);
 partial void DeleteSQLBot_TableJoin(SQLBot_TableJoin instance);
 partial void InsertSQLBot_TableJoin(SQLBot_TableJoin instance);