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