partial void Deletetabella1(tabella1 instance);
 partial void Updatetabella1(tabella1 instance);
示例#3
0
 /// <summary>
 /// Create a new tabella1 object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static tabella1 Createtabella1(global::System.Int32 id)
 {
     tabella1 tabella1 = new tabella1();
     tabella1.Id = id;
     return tabella1;
 }
 partial void Inserttabella1(tabella1 instance);
示例#5
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tabella1 EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotabella1(tabella1 tabella1)
 {
     base.AddObject("tabella1", tabella1);
 }