/// <summary>
 /// Create a new AgeRanx object.
 /// </summary>
 /// <param name="ageRangeID">Initial value of the AgeRangeID property.</param>
 /// <param name="ageRangeValue">Initial value of the AgeRangeValue property.</param>
 /// <param name="lCID">Initial value of the LCID property.</param>
 public static AgeRanx CreateAgeRanx(global::System.Int32 ageRangeID, global::System.String ageRangeValue, global::System.Int32 lCID)
 {
     AgeRanx ageRanx = new AgeRanx();
     ageRanx.AgeRangeID = ageRangeID;
     ageRanx.AgeRangeValue = ageRangeValue;
     ageRanx.LCID = lCID;
     return ageRanx;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the AgeRanges EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAgeRanges(AgeRanx ageRanx)
 {
     base.AddObject("AgeRanges", ageRanx);
 }