Ejemplo n.º 1
0
 private void detach_CategoryLogs(CategoryLog entity)
 {
     this.SendPropertyChanging();
     entity.Log = null;
 }
Ejemplo n.º 2
0
 partial void DeleteCategoryLog(CategoryLog instance);
Ejemplo n.º 3
0
 private void attach_CategoryLogs(CategoryLog entity)
 {
     this.SendPropertyChanging();
     entity.Log = this;
 }
Ejemplo n.º 4
0
 partial void InsertCategoryLog(CategoryLog instance);
Ejemplo n.º 5
0
 partial void UpdateCategoryLog(CategoryLog instance);
		private void detach_CategoryLogs(CategoryLog entity)
		{
			this.SendPropertyChanging();
			entity.Log = null;
		}
		private void attach_CategoryLogs(CategoryLog entity)
		{
			this.SendPropertyChanging();
			entity.Log = this;
		}
 partial void DeleteCategoryLog(CategoryLog instance);
 partial void UpdateCategoryLog(CategoryLog instance);
Ejemplo n.º 10
0
 partial void InsertCategoryLog(CategoryLog instance);