Exemplo n.º 1
0
 partial void DeletePost(Post instance);
Exemplo n.º 2
0
 partial void UpdatePost(Post instance);
Exemplo n.º 3
0
		private void detach_Posts(Post entity)
		{
			this.SendPropertyChanging();
			entity.Author1 = null;
		}
Exemplo n.º 4
0
 partial void InsertPost(Post instance);
Exemplo n.º 5
0
		private void attach_Posts(Post entity)
		{
			this.SendPropertyChanging();
			entity.Author1 = this;
		}