Saimoe.Models.SaimoeContext.AddToGroupings C# (CSharp) Method

AddToGroupings() public method

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