Testing.AdventureWorksEntities.AddToShipMethods C# (CSharp) Method

AddToShipMethods() public method

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