コード例 #1
0
		private void attach_Tests(Tests entity)
		{
			this.SendPropertyChanging();
			entity.Questions = this;
		}
コード例 #2
0
		private void detach_Tests(Tests entity)
		{
			this.SendPropertyChanging();
			entity.Questions = null;
		}
コード例 #3
0
 partial void DeleteTests(Tests instance);
コード例 #4
0
 partial void UpdateTests(Tests instance);
コード例 #5
0
 partial void InsertTests(Tests instance);
コード例 #6
0
		private void detach_Tests1(Tests entity)
		{
			this.SendPropertyChanging();
			entity.Categories1 = null;
		}
コード例 #7
0
		private void attach_Tests1(Tests entity)
		{
			this.SendPropertyChanging();
			entity.Categories1 = this;
		}