コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tblclientexport EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblclientexport(tblclientexport tblclientexport)
 {
     base.AddObject("tblclientexport", tblclientexport);
 }
コード例 #2
0
 /// <summary>
 /// Create a new tblclientexport object.
 /// </summary>
 /// <param name="idclientexport">Initial value of the idclientexport property.</param>
 /// <param name="idclient">Initial value of the idclient property.</param>
 /// <param name="idexportfile">Initial value of the idexportfile property.</param>
 /// <param name="created">Initial value of the created property.</param>
 public static tblclientexport Createtblclientexport(global::System.Int32 idclientexport, global::System.Int32 idclient, global::System.Int32 idexportfile, global::System.DateTime created)
 {
     tblclientexport tblclientexport = new tblclientexport();
     tblclientexport.idclientexport = idclientexport;
     tblclientexport.idclient = idclient;
     tblclientexport.idexportfile = idexportfile;
     tblclientexport.created = created;
     return tblclientexport;
 }