/// <summary> /// Create a new ABi_Vendor object. /// </summary> /// <param name="aBi_Vendor_ID">Initial value of the ABi_Vendor_ID property.</param> /// <param name="vendorCode">Initial value of the VendorCode property.</param> public static ABi_Vendor CreateABi_Vendor(global::System.Int32 aBi_Vendor_ID, global::System.String vendorCode) { ABi_Vendor aBi_Vendor = new ABi_Vendor(); aBi_Vendor.ABi_Vendor_ID = aBi_Vendor_ID; aBi_Vendor.VendorCode = vendorCode; return aBi_Vendor; }
/// <summary> /// Deprecated Method for adding a new object to the ABi_Vendor EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToABi_Vendor(ABi_Vendor aBi_Vendor) { base.AddObject("ABi_Vendor", aBi_Vendor); }