/// <summary> /// Deprecated Method for adding a new object to the HR_Log EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToHR_Log(HR_Log hR_Log) { base.AddObject("HR_Log", hR_Log); }
/// <summary> /// Create a new HR_Log object. /// </summary> /// <param name="logID">Initial value of the LogID property.</param> public static HR_Log CreateHR_Log(global::System.Int64 logID) { HR_Log hR_Log = new HR_Log(); hR_Log.LogID = logID; return hR_Log; }