/// <summary> /// Create a new tempDyyTestPerson object. /// </summary> /// <param name="id">Initial value of the ID property.</param> public static tempDyyTestPerson CreatetempDyyTestPerson(global::System.Int32 id) { tempDyyTestPerson tempDyyTestPerson = new tempDyyTestPerson(); tempDyyTestPerson.ID = id; return tempDyyTestPerson; }
/// <summary> /// Deprecated Method for adding a new object to the tempDyyTestPerson EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotempDyyTestPerson(tempDyyTestPerson tempDyyTestPerson) { base.AddObject("tempDyyTestPerson", tempDyyTestPerson); }