コード例 #1
0
 /// <summary>
 /// Create a new Resturant_food object.
 /// </summary>
 /// <param name="rID">Initial value of the RID property.</param>
 /// <param name="fID">Initial value of the FID property.</param>
 public static Resturant_food CreateResturant_food(global::System.Guid rID, global::System.Guid fID)
 {
     Resturant_food resturant_food = new Resturant_food();
     resturant_food.RID = rID;
     resturant_food.FID = fID;
     return resturant_food;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Resturant_food EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToResturant_food(Resturant_food resturant_food)
 {
     base.AddObject("Resturant_food", resturant_food);
 }