コード例 #1
0
		private void detach_VendorAddresses(VendorAddress entity)
		{
			this.SendPropertyChanging();
			entity.AddressType = null;
		}
コード例 #2
0
		private void attach_VendorAddresses(VendorAddress entity)
		{
			this.SendPropertyChanging();
			entity.Address = this;
		}
コード例 #3
0
 partial void UpdateVendorAddress(VendorAddress instance);
コード例 #4
0
 partial void DeleteVendorAddress(VendorAddress instance);
コード例 #5
0
 partial void InsertVendorAddress(VendorAddress instance);