コード例 #1
0
		private void attach_Visits(Visit entity)
		{
			this.SendPropertyChanging();
			entity.Visitor = this;
		}
コード例 #2
0
		private void detach_Visits(Visit entity)
		{
			this.SendPropertyChanging();
			entity.Visitor = null;
		}
コード例 #3
0
		private void detach_Visits(Visit entity)
		{
			this.SendPropertyChanging();
			entity.TrafficType1 = null;
		}
コード例 #4
0
		private void detach_Visits(Visit entity)
		{
			this.SendPropertyChanging();
			entity.ReferringSite = null;
		}
コード例 #5
0
 partial void DeleteVisit(Visit instance);
コード例 #6
0
 partial void UpdateVisit(Visit instance);
コード例 #7
0
 partial void InsertVisit(Visit instance);