Felbook.Models.FelBookDBEntities.AddToGroupSet C# (CSharp) 메소드

AddToGroupSet() 공개 메소드

Deprecated Method for adding a new object to the GroupSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToGroupSet ( Group group ) : void
group Group
리턴 void
        public void AddToGroupSet(Group group)
        {
            base.AddObject("GroupSet", group);
        }