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