Beispiel #1
0
 partial void DeleteBlogPostTable(BlogPostTable instance);
Beispiel #2
0
 partial void InsertBlogPostTable(BlogPostTable instance);
Beispiel #3
0
 partial void UpdateBlogPostTable(BlogPostTable instance);
Beispiel #4
0
		private void detach_BlogPostTable(BlogPostTable entity)
		{
			this.SendPropertyChanging();
			entity.BlogTable = null;
		}