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