Example #1
0
 private void detach_Stops(Stop entity)
 {
     this.SendPropertyChanging();
     entity.Station = null;
 }
Example #2
0
 partial void DeleteStop(Stop instance);
Example #3
0
 private void attach_Stops(Stop entity)
 {
     this.SendPropertyChanging();
     entity.Station = this;
 }
Example #4
0
 partial void InsertStop(Stop instance);
Example #5
0
 partial void UpdateStop(Stop instance);
Example #6
0
		private void detach_Stops(Stop entity)
		{
			this.SendPropertyChanging();
			entity.Station = null;
		}
Example #7
0
		private void attach_Stops(Stop entity)
		{
			this.SendPropertyChanging();
			entity.Station = this;
		}
Example #8
0
 partial void DeleteStop(Stop instance);
Example #9
0
 partial void UpdateStop(Stop instance);
Example #10
0
 partial void InsertStop(Stop instance);