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