Beispiel #1
0
 partial void DeleteBlogTable(BlogTable instance);
Beispiel #2
0
 partial void UpdateBlogTable(BlogTable instance);
Beispiel #3
0
 partial void InsertBlogTable(BlogTable instance);
Beispiel #4
0
		private void detach_BlogTable(BlogTable entity)
		{
			this.SendPropertyChanging();
			entity.WorkingGroupTable = null;
		}
Beispiel #5
0
		private void detach_BlogTable(BlogTable entity)
		{
			this.SendPropertyChanging();
			entity.UserTable = null;
		}
Beispiel #6
0
		private void attach_BlogTable(BlogTable entity)
		{
			this.SendPropertyChanging();
			entity.UserTable = this;
		}