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