Beispiel #1
0
 private void detach_UserFeeds(UserFeed entity)
 {
     this.SendPropertyChanging();
     entity.User = null;
 }
Beispiel #2
0
 partial void DeleteUserFeed(UserFeed instance);
Beispiel #3
0
 private void attach_UserFeeds(UserFeed entity)
 {
     this.SendPropertyChanging();
     entity.User = this;
 }
Beispiel #4
0
 partial void InsertUserFeed(UserFeed instance);
Beispiel #5
0
 partial void UpdateUserFeed(UserFeed instance);
Beispiel #6
0
		private void detach_UserFeeds(UserFeed entity)
		{
			this.SendPropertyChanging();
			entity.User = null;
		}
Beispiel #7
0
		private void attach_UserFeeds(UserFeed entity)
		{
			this.SendPropertyChanging();
			entity.User = this;
		}
Beispiel #8
0
 partial void DeleteUserFeed(UserFeed instance);
Beispiel #9
0
 partial void UpdateUserFeed(UserFeed instance);
Beispiel #10
0
 partial void InsertUserFeed(UserFeed instance);