コード例 #1
0
 partial void DeleteINSTITUCION_CARRERA_PROGRAMADOR(INSTITUCION_CARRERA_PROGRAMADOR instance);
コード例 #2
0
		private void detach_INSTITUCION_CARRERA_PROGRAMADORs(INSTITUCION_CARRERA_PROGRAMADOR entity)
		{
			this.SendPropertyChanging();
			entity.PROGRAMADOR = null;
		}
コード例 #3
0
 partial void InsertINSTITUCION_CARRERA_PROGRAMADOR(INSTITUCION_CARRERA_PROGRAMADOR instance);
コード例 #4
0
		private void attach_INSTITUCION_CARRERA_PROGRAMADORs(INSTITUCION_CARRERA_PROGRAMADOR entity)
		{
			this.SendPropertyChanging();
			entity.INSTITUCION = this;
		}