/// <summary> /// Deprecated Method for adding a new object to the PollDatas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToPollDatas(PollData pollData) { base.AddObject("PollDatas", pollData); }
/// <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; }