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