/// <summary> /// Deprecated Method for adding a new object to the groups EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTogroups(group group) { base.AddObject("groups", group); }
/// <summary> /// Create a new group object. /// </summary> /// <param name="id">Initial value of the id property.</param> /// <param name="name">Initial value of the name property.</param> public static group Creategroup(global::System.Int64 id, global::System.String name) { group group = new group(); group.id = id; group.name = name; return group; }