/// <summary>
 /// Deprecated Method for adding a new object to the PrdnInvItems EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPrdnInvItems(PrdnInvItemVW prdnInvItemVW)
 {
     base.AddObject("PrdnInvItems", prdnInvItemVW);
 }
 /// <summary>
 /// Create a new PrdnInvItemVW object.
 /// </summary>
 /// <param name="invItemID">Initial value of the InvItemID property.</param>
 /// <param name="prodCD">Initial value of the ProdCD property.</param>
 /// <param name="serialNo">Initial value of the SerialNo property.</param>
 public static PrdnInvItemVW CreatePrdnInvItemVW(global::System.String invItemID, global::System.String prodCD, global::System.String serialNo)
 {
     PrdnInvItemVW prdnInvItemVW = new PrdnInvItemVW();
     prdnInvItemVW.InvItemID = invItemID;
     prdnInvItemVW.ProdCD = prodCD;
     prdnInvItemVW.SerialNo = serialNo;
     return prdnInvItemVW;
 }