Example #1
0
 partial void DeleteActiveRole(ActiveRole instance);
Example #2
0
 partial void UpdateActiveRole(ActiveRole instance);
Example #3
0
		private void detach_ActiveRole(ActiveRole entity)
		{
			this.SendPropertyChanging();
			entity.Session = null;
		}
Example #4
0
 partial void InsertActiveRole(ActiveRole instance);
Example #5
0
		private void attach_ActiveRole(ActiveRole entity)
		{
			this.SendPropertyChanging();
			entity.Session = this;
		}