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