Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the VC_Recommendation EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVC_Recommendation(VC_Recommendation vC_Recommendation)
 {
     base.AddObject("VC_Recommendation", vC_Recommendation);
 }
Example #2
0
 /// <summary>
 /// Create a new VC_Recommendation object.
 /// </summary>
 /// <param name="recommendation_Id">Initial value of the Recommendation_Id property.</param>
 /// <param name="faculty_Id">Initial value of the Faculty_Id property.</param>
 /// <param name="user_Id">Initial value of the User_Id property.</param>
 /// <param name="areaofrec">Initial value of the Areaofrec property.</param>
 /// <param name="recommendation">Initial value of the Recommendation property.</param>
 /// <param name="created_TS">Initial value of the Created_TS property.</param>
 /// <param name="updates_TS">Initial value of the Updates_TS property.</param>
 public static VC_Recommendation CreateVC_Recommendation(global::System.Int32 recommendation_Id, global::System.Int32 faculty_Id, global::System.Int32 user_Id, global::System.String areaofrec, global::System.String recommendation, global::System.DateTime created_TS, global::System.String updates_TS)
 {
     VC_Recommendation vC_Recommendation = new VC_Recommendation();
     vC_Recommendation.Recommendation_Id = recommendation_Id;
     vC_Recommendation.Faculty_Id = faculty_Id;
     vC_Recommendation.User_Id = user_Id;
     vC_Recommendation.Areaofrec = areaofrec;
     vC_Recommendation.Recommendation = recommendation;
     vC_Recommendation.Created_TS = created_TS;
     vC_Recommendation.Updates_TS = updates_TS;
     return vC_Recommendation;
 }