VideoRentalService.SakilaEntities.AddTostores C# (CSharp) Method

AddTostores() public method

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