/// <summary> /// Deprecated Method for adding a new object to the PollData1 EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToPollData1(PollData1 pollData1) { base.AddObject("PollData1", pollData1); }
/// <summary> /// Create a new PollData1 object. /// </summary> /// <param name="tranNo">Initial value of the TranNo property.</param> public static PollData1 CreatePollData1(global::System.Int64 tranNo) { PollData1 pollData1 = new PollData1(); pollData1.TranNo = tranNo; return pollData1; }