/// <summary> /// Create a new LvData object. /// </summary> /// <param name="empDate">Initial value of the EmpDate property.</param> /// <param name="empID">Initial value of the EmpID property.</param> /// <param name="attDate">Initial value of the AttDate property.</param> /// <param name="lvCode">Initial value of the LvCode property.</param> /// <param name="lvStatus">Initial value of the LvStatus property.</param> public static LvData CreateLvData(global::System.String empDate, global::System.Int32 empID, global::System.DateTime attDate, global::System.String lvCode, global::System.Byte lvStatus) { LvData lvData = new LvData(); lvData.EmpDate = empDate; lvData.EmpID = empID; lvData.AttDate = attDate; lvData.LvCode = lvCode; lvData.LvStatus = lvStatus; return lvData; }
/// <summary> /// Deprecated Method for adding a new object to the LvDatas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToLvDatas(LvData lvData) { base.AddObject("LvDatas", lvData); }