예제 #1
0
        /// <summary>
        /// Create a new tblprocessedData object.
        /// </summary>
        /// <param name="empId">Initial value of the EmpId property.</param>
        /// <param name="punchDate">Initial value of the PunchDate property.</param>
        public static tblprocessedData CreatetblprocessedData(global::System.String empId, global::System.DateTime punchDate)
        {
            tblprocessedData tblprocessedData = new tblprocessedData();

            tblprocessedData.EmpId     = empId;
            tblprocessedData.PunchDate = punchDate;
            return(tblprocessedData);
        }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tblprocessedDatas EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblprocessedDatas(tblprocessedData tblprocessedData)
 {
     base.AddObject("tblprocessedDatas", tblprocessedData);
 }