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