Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the L_Log EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToL_Log(L_Log l_Log)
 {
     base.AddObject("L_Log", l_Log);
 }
Пример #2
0
 /// <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;
 }