/// <summary> /// Deprecated Method for adding a new object to the SystemLogs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToSystemLogs(SystemLog systemLog) { base.AddObject("SystemLogs", systemLog); }
/// <summary> /// Create a new SystemLog object. /// </summary> /// <param name="logNo">Initial value of the LogNo property.</param> public static SystemLog CreateSystemLog(global::System.Int32 logNo) { SystemLog systemLog = new SystemLog(); systemLog.LogNo = logNo; return systemLog; }