Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the groupe EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTogroupe(groupe groupe)
 {
     base.AddObject("groupe", groupe);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new groupe object.
 /// </summary>
 /// <param name="id_groupe">Initial value of the id_groupe property.</param>
 /// <param name="nom">Initial value of the nom property.</param>
 public static groupe Creategroupe(global::System.Int32 id_groupe, global::System.String nom)
 {
     groupe groupe = new groupe();
     groupe.id_groupe = id_groupe;
     groupe.nom = nom;
     return groupe;
 }