Exemplo n.º 1
0
		private void detach_BlogEntryComments(BlogEntryComment entity)
		{
			this.SendPropertyChanging();
			entity.BlogEntry = null;
		}
Exemplo n.º 2
0
 partial void UpdateBlogEntryComment(BlogEntryComment instance);
Exemplo n.º 3
0
 partial void DeleteBlogEntryComment(BlogEntryComment instance);
Exemplo n.º 4
0
 partial void InsertBlogEntryComment(BlogEntryComment instance);