Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the PollDatas EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPollDatas(PollData pollData)
 {
     base.AddObject("PollDatas", pollData);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new PollData object.
 /// </summary>
 /// <param name="tranNo">Initial value of the TranNo property.</param>
 /// <param name="empDate">Initial value of the EmpDate property.</param>
 public static PollData CreatePollData(global::System.Int64 tranNo, global::System.String empDate)
 {
     PollData pollData = new PollData();
     pollData.TranNo = tranNo;
     pollData.EmpDate = empDate;
     return pollData;
 }