Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the E017RVE EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToE017RVE(RegiaoVendas regiaoVendas)
 {
     base.AddObject("E017RVE", regiaoVendas);
 }
Example #2
0
 /// <summary>
 /// Create a new RegiaoVendas object.
 /// </summary>
 /// <param name="cODEMP">Initial value of the CODEMP property.</param>
 /// <param name="cODRVE">Initial value of the CODRVE property.</param>
 /// <param name="nOMRVE">Initial value of the NOMRVE property.</param>
 /// <param name="aBRRVE">Initial value of the ABRRVE property.</param>
 public static RegiaoVendas CreateRegiaoVendas(global::System.Int16 cODEMP, global::System.String cODRVE, global::System.String nOMRVE, global::System.String aBRRVE)
 {
     RegiaoVendas regiaoVendas = new RegiaoVendas();
     regiaoVendas.CODEMP = cODEMP;
     regiaoVendas.CODRVE = cODRVE;
     regiaoVendas.NOMRVE = nOMRVE;
     regiaoVendas.ABRRVE = aBRRVE;
     return regiaoVendas;
 }