/// <summary>
 /// Create a new AU_PROVEEDOR object.
 /// </summary>
 /// <param name="aU_PROV_ID">Initial value of the AU_PROV_ID property.</param>
 /// <param name="pROV_ID">Initial value of the PROV_ID property.</param>
 /// <param name="lOC_ID">Initial value of the LOC_ID property.</param>
 public static AU_PROVEEDOR CreateAU_PROVEEDOR(global::System.Int32 aU_PROV_ID, global::System.Int32 pROV_ID, global::System.Int32 lOC_ID)
 {
     AU_PROVEEDOR aU_PROVEEDOR = new AU_PROVEEDOR();
     aU_PROVEEDOR.AU_PROV_ID = aU_PROV_ID;
     aU_PROVEEDOR.PROV_ID = pROV_ID;
     aU_PROVEEDOR.LOC_ID = lOC_ID;
     return aU_PROVEEDOR;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the AU_PROVEEDOR EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAU_PROVEEDOR(AU_PROVEEDOR aU_PROVEEDOR)
 {
     base.AddObject("AU_PROVEEDOR", aU_PROVEEDOR);
 }