Beispiel #1
0
 partial void DeleteUserOpenId(UserOpenId instance);
Beispiel #2
0
 partial void UpdateUserOpenId(UserOpenId instance);
Beispiel #3
0
		private void detach_OpenIds(UserOpenId entity)
		{
			this.SendPropertyChanging();
			entity.User = null;
		}
Beispiel #4
0
 partial void InsertUserOpenId(UserOpenId instance);
Beispiel #5
0
		private void attach_OpenIds(UserOpenId entity)
		{
			this.SendPropertyChanging();
			entity.User = this;
		}