/// <summary>
 /// Deprecated Method for adding a new object to the tlkpcodetype EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotlkpcodetype(tlkpcodetype tlkpcodetype)
 {
     base.AddObject("tlkpcodetype", tlkpcodetype);
 }
 /// <summary>
 /// Create a new tlkpcodetype object.
 /// </summary>
 /// <param name="idcodetype">Initial value of the idcodetype property.</param>
 /// <param name="name">Initial value of the name property.</param>
 public static tlkpcodetype Createtlkpcodetype(global::System.Int32 idcodetype, global::System.String name)
 {
     tlkpcodetype tlkpcodetype = new tlkpcodetype();
     tlkpcodetype.idcodetype = idcodetype;
     tlkpcodetype.name = name;
     return tlkpcodetype;
 }