Felbook.Models.FelBookDBEntities.AddToWallItemSet C# (CSharp) Method

AddToWallItemSet() public method

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
return void
        public void AddToWallItemSet(WallItem wallItem)
        {
            base.AddObject("WallItemSet", wallItem);
        }