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