/// <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); }
/// <summary> /// Create a new LvData object. /// </summary> /// <param name="empDate">Initial value of the EmpDate property.</param> public static LvData CreateLvData(global::System.String empDate) { LvData lvData = new LvData(); lvData.EmpDate = empDate; return lvData; }