Felbook.Models.FelBookDBEntities.AddToWallItemSet C# (CSharp) Méthode

AddToWallItemSet() public méthode

Deprecated Method for adding a new object to the WallItemSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToWallItemSet ( WallItem wallItem ) : void
wallItem WallItem
Résultat void
        public void AddToWallItemSet(WallItem wallItem)
        {
            base.AddObject("WallItemSet", wallItem);
        }