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