コード例 #1
0
 /// <summary>
 /// Create a new AttData object.
 /// </summary>
 /// <param name="empDate">Initial value of the EmpDate property.</param>
 public static AttData CreateAttData(global::System.String empDate)
 {
     AttData attData = new AttData();
     attData.EmpDate = empDate;
     return attData;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the AttDatas EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAttDatas(AttData attData)
 {
     base.AddObject("AttDatas", attData);
 }