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