Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the L_Newss EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToL_Newss(L_Newss l_Newss)
 {
     base.AddObject("L_Newss", l_Newss);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new L_Newss object.
 /// </summary>
 /// <param name="nID">Initial value of the NID property.</param>
 public static L_Newss CreateL_Newss(global::System.Int64 nID)
 {
     L_Newss l_Newss = new L_Newss();
     l_Newss.NID = nID;
     return l_Newss;
 }