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