private void detach_SQLBot_Field(SQLBot_Field entity)
		{
			this.SendPropertyChanging();
			entity.SQLBot_Table = null;
		}
 partial void DeleteSQLBot_Field(SQLBot_Field instance);
 partial void InsertSQLBot_Field(SQLBot_Field instance);
 partial void UpdateSQLBot_Field(SQLBot_Field instance);
		private void attach_SQLBot_Field(SQLBot_Field entity)
		{
			this.SendPropertyChanging();
			entity.SQLBot_FieldType = this;
		}