BookShop.Models.BookShopEntities.AddToOrderLines C# (CSharp) Méthode

AddToOrderLines() public méthode

Deprecated Method for adding a new object to the OrderLines EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToOrderLines ( OrderLine orderLine ) : void
orderLine OrderLine
Résultat void
        public void AddToOrderLines(OrderLine orderLine)
        {
            base.AddObject("OrderLines", orderLine);
        }