/// <summary> /// Create a new Audit object. /// </summary> /// <param name="auditId">Initial value of the auditId property.</param> public static Audit CreateAudit(global::System.Int32 auditId) { Audit audit = new Audit(); audit.auditId = auditId; return audit; }
/// <summary> /// Deprecated Method for adding a new object to the Audits EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToAudits(Audit audit) { base.AddObject("Audits", audit); }