/// <summary>
 /// Create a new itemlookup object.
 /// </summary>
 /// <param name="itemKey">Initial value of the ItemKey property.</param>
 /// <param name="locationKey">Initial value of the LocationKey property.</param>
 /// <param name="lookUpPkey">Initial value of the LookUpPkey property.</param>
 public static itemlookup Createitemlookup(global::System.Int64 itemKey, global::System.Int64 locationKey, global::System.Int64 lookUpPkey)
 {
     itemlookup itemlookup = new itemlookup();
     itemlookup.ItemKey = itemKey;
     itemlookup.LocationKey = locationKey;
     itemlookup.LookUpPkey = lookUpPkey;
     return itemlookup;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the itemlookups EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToitemlookups(itemlookup itemlookup)
 {
     base.AddObject("itemlookups", itemlookup);
 }