コード例 #1
0
 partial void UpdateCustomerLocation(CustomerLocation instance);
コード例 #2
0
		private void detach_CustomerLocations(CustomerLocation entity)
		{
			this.SendPropertyChanging();
			entity.Customer = null;
		}
コード例 #3
0
 partial void InsertCustomerLocation(CustomerLocation instance);
コード例 #4
0
 partial void DeleteCustomerLocation(CustomerLocation instance);