VideoRentalService.SakilaEntities.AddTostores C# (CSharp) Méthode

AddTostores() public méthode

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
Résultat void
        public void AddTostores(store store)
        {
            base.AddObject("stores", store);
        }