/// <summary>
 /// Create a new NutrientsView object.
 /// </summary>
 /// <param name="foodid">Initial value of the foodid property.</param>
 /// <param name="compid">Initial value of the compid property.</param>
 public static NutrientsView CreateNutrientsView(global::System.String foodid, global::System.String compid)
 {
     NutrientsView nutrientsView = new NutrientsView();
     nutrientsView.foodid = foodid;
     nutrientsView.compid = compid;
     return nutrientsView;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the NutrientsView EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToNutrientsView(NutrientsView nutrientsView)
 {
     base.AddObject("NutrientsView", nutrientsView);
 }