/// <summary> /// Create a new Office_Office object. /// </summary> /// <param name="officeID">Initial value of the OfficeID property.</param> /// <param name="name">Initial value of the Name property.</param> /// <param name="code">Initial value of the Code property.</param> public static Office_Office CreateOffice_Office(global::System.Int32 officeID, global::System.String name, global::System.String code) { Office_Office office_Office = new Office_Office(); office_Office.OfficeID = officeID; office_Office.Name = name; office_Office.Code = code; return(office_Office); }
/// <summary> /// Deprecated Method for adding a new object to the Office_Office EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToOffice_Office(Office_Office office_Office) { base.AddObject("Office_Office", office_Office); }