Exemple #1
0
        /// <summary>
        /// Create a new Langues object.
        /// </summary>
        /// <param name="langueID">Initial value of the LangueID property.</param>
        /// <param name="nom">Initial value of the Nom property.</param>
        public static Langues CreateLangues(global::System.Int32 langueID, global::System.String nom)
        {
            Langues langues = new Langues();

            langues.LangueID = langueID;
            langues.Nom      = nom;
            return(langues);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the Langues EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLangues(Langues langues)
 {
     base.AddObject("Langues", langues);
 }