Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the VC_Review_Master EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVC_Review_Master(VC_Review_Master vC_Review_Master)
 {
     base.AddObject("VC_Review_Master", vC_Review_Master);
 }
Example #2
0
 /// <summary>
 /// Create a new VC_Review_Master object.
 /// </summary>
 /// <param name="review_Id">Initial value of the Review_Id property.</param>
 /// <param name="user_Id">Initial value of the User_Id property.</param>
 /// <param name="review_Title">Initial value of the Review_Title property.</param>
 /// <param name="review_Content">Initial value of the Review_Content property.</param>
 /// <param name="review_Category">Initial value of the Review_Category property.</param>
 /// <param name="review_Ratings">Initial value of the Review_Ratings property.</param>
 /// <param name="created_TS">Initial value of the Created_TS property.</param>
 /// <param name="updated_TS">Initial value of the Updated_TS property.</param>
 public static VC_Review_Master CreateVC_Review_Master(global::System.Int32 review_Id, global::System.Int32 user_Id, global::System.String review_Title, global::System.String review_Content, global::System.String review_Category, global::System.Int32 review_Ratings, global::System.DateTime created_TS, global::System.DateTime updated_TS)
 {
     VC_Review_Master vC_Review_Master = new VC_Review_Master();
     vC_Review_Master.Review_Id = review_Id;
     vC_Review_Master.User_Id = user_Id;
     vC_Review_Master.Review_Title = review_Title;
     vC_Review_Master.Review_Content = review_Content;
     vC_Review_Master.Review_Category = review_Category;
     vC_Review_Master.Review_Ratings = review_Ratings;
     vC_Review_Master.Created_TS = created_TS;
     vC_Review_Master.Updated_TS = updated_TS;
     return vC_Review_Master;
 }