/// <summary> /// Create a new vwGetItemSupplier object. /// </summary> /// <param name="unitID">Initial value of the UnitID property.</param> /// <param name="id">Initial value of the ID property.</param> public static vwGetItemSupplier CreatevwGetItemSupplier(global::System.Int32 unitID, global::System.Int32 id) { vwGetItemSupplier vwGetItemSupplier = new vwGetItemSupplier(); vwGetItemSupplier.UnitID = unitID; vwGetItemSupplier.ID = id; return vwGetItemSupplier; }
/// <summary> /// Deprecated Method for adding a new object to the vwGetItemSuppliers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTovwGetItemSuppliers(vwGetItemSupplier vwGetItemSupplier) { base.AddObject("vwGetItemSuppliers", vwGetItemSupplier); }