partial void DeleteReportFilterType(ReportFilterType instance);
 partial void InsertReportFilterType(ReportFilterType instance);
 partial void UpdateReportFilterType(ReportFilterType instance);
		private void detach_ReportFilterTypes(ReportFilterType entity)
		{
			this.SendPropertyChanging();
			entity.ReportDataType = null;
		}