Example #1
0
 partial void Deletetweet(tweet instance);
Example #2
0
 private void detach_tweets(tweet entity)
 {
     this.SendPropertyChanging();
     entity.Person = null;
 }
Example #3
0
 private void attach_tweets(tweet entity)
 {
     this.SendPropertyChanging();
     entity.Person = this;
 }
Example #4
0
 partial void Updatetweet(tweet instance);
Example #5
0
 partial void Inserttweet(tweet instance);