/// <summary> /// Deprecated Method for adding a new object to the MotherTongues EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToMotherTongues(MotherTongue motherTongue) { base.AddObject("MotherTongues", motherTongue); }
/// <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; }