Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the LvDatas EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLvDatas(LvData lvData)
 {
     base.AddObject("LvDatas", lvData);
 }
Ejemplo n.º 2
0
 /// <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;
 }