コード例 #1
0
		private void detach_Records(Records entity)
		{
			this.SendPropertyChanging();
			entity.Languages = null;
		}
コード例 #2
0
		private void attach_Records(Records entity)
		{
			this.SendPropertyChanging();
			entity.Languages = this;
		}
コード例 #3
0
		private void detach_Records(Records entity)
		{
			this.SendPropertyChanging();
			entity.Environments = null;
		}
コード例 #4
0
 partial void DeleteRecords(Records instance);
コード例 #5
0
 partial void UpdateRecords(Records instance);
コード例 #6
0
 partial void InsertRecords(Records instance);