partial void Updatetabella2(tabella2 instance);
partial void Deletetabella2(tabella2 instance);
partial void Inserttabella2(tabella2 instance);
private void detach_tabella2s(tabella2 entity) { this.SendPropertyChanging(); entity.tabella1 = null; }
private void attach_tabella2s(tabella2 entity) { this.SendPropertyChanging(); entity.tabella1 = this; }
/// <summary> /// Create a new tabella2 object. /// </summary> /// <param name="id">Initial value of the id property.</param> public static tabella2 Createtabella2(global::System.Int32 id) { tabella2 tabella2 = new tabella2(); tabella2.id = id; return tabella2; }
/// <summary> /// Deprecated Method for adding a new object to the tabella2 EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotabella2(tabella2 tabella2) { base.AddObject("tabella2", tabella2); }