Storage.ORM.StorageDBEntities.AddToProductsInInvoices C# (CSharp) Method

AddToProductsInInvoices() public method

Deprecated Method for adding a new object to the ProductsInInvoices EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToProductsInInvoices ( ProductsInInvoice productsInInvoice ) : void
productsInInvoice ProductsInInvoice
return void
        public void AddToProductsInInvoices(ProductsInInvoice productsInInvoice)
        {
            base.AddObject("ProductsInInvoices", productsInInvoice);
        }