MySql.Data.Entity.Tests.testEntities.AddToShops C# (CSharp) Method

AddToShops() public method

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