コード例 #1
0
 partial void DeleteAnswer_Long(Answer_Long instance);
コード例 #2
0
 partial void UpdateAnswer_Long(Answer_Long instance);
コード例 #3
0
 partial void InsertAnswer_Long(Answer_Long instance);
コード例 #4
0
		private void detach_Answer_Longs(Answer_Long entity)
		{
			this.SendPropertyChanging();
			entity.Survey_Request_Sent = null;
		}
コード例 #5
0
		private void detach_Answer_Longs(Answer_Long entity)
		{
			this.SendPropertyChanging();
			entity.Answer = null;
		}
コード例 #6
0
		private void attach_Answer_Longs(Answer_Long entity)
		{
			this.SendPropertyChanging();
			entity.Answer = this;
		}