/// <summary>
 /// Create a new AttDataMonth object.
 /// </summary>
 /// <param name="empMonth">Initial value of the EmpMonth property.</param>
 public static AttDataMonth CreateAttDataMonth(global::System.String empMonth)
 {
     AttDataMonth attDataMonth = new AttDataMonth();
     attDataMonth.EmpMonth = empMonth;
     return attDataMonth;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the AttDataMonths EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAttDataMonths(AttDataMonth attDataMonth)
 {
     base.AddObject("AttDataMonths", attDataMonth);
 }