Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tache EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotache(tache tache)
 {
     base.AddObject("tache", tache);
 }
Example #2
0
 /// <summary>
 /// Create a new tache object.
 /// </summary>
 /// <param name="id_tache">Initial value of the id_tache property.</param>
 /// <param name="nom_tache">Initial value of the nom_tache property.</param>
 public static tache Createtache(global::System.Int32 id_tache, global::System.String nom_tache)
 {
     tache tache = new tache();
     tache.id_tache = id_tache;
     tache.nom_tache = nom_tache;
     return tache;
 }