示例#1
0
 partial void DeleteCountry(Country instance);
示例#2
0
 partial void InsertCountry(Country instance);
示例#3
0
 partial void UpdateCountry(Country instance);
示例#4
0
		private void detach_Countries(Country entity)
		{
			this.SendPropertyChanging();
			entity.Continent = null;
		}