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