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