Example #1
0
 private void detach_blog(blog entity)
 {
     this.SendPropertyChanging();
     entity.blogType = null;
 }
Example #2
0
 private void attach_blog(blog entity)
 {
     this.SendPropertyChanging();
     entity.blogType = this;
 }
Example #3
0
 partial void Updateblog(blog instance);
Example #4
0
 partial void Deleteblog(blog instance);
Example #5
0
 partial void Insertblog(blog instance);