示例#1
0
 partial void Deletevcdb_Vehicle(vcdb_Vehicle instance);
示例#2
0
 partial void Updatevcdb_Vehicle(vcdb_Vehicle instance);
示例#3
0
 partial void Insertvcdb_Vehicle(vcdb_Vehicle instance);
示例#4
0
		private void detach_vcdb_Vehicles(vcdb_Vehicle entity)
		{
			this.SendPropertyChanging();
			entity.VehicleConfig = null;
		}
示例#5
0
		private void attach_vcdb_Vehicles(vcdb_Vehicle entity)
		{
			this.SendPropertyChanging();
			entity.BaseVehicle = this;
		}
示例#6
0
		private void detach_vcdb_Vehicles(vcdb_Vehicle entity)
		{
			this.SendPropertyChanging();
			entity.Submodel = null;
		}