Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_ProductReview EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_ProductReview(bvc_ProductReview bvc_ProductReview)
 {
     base.AddObject("bvc_ProductReview", bvc_ProductReview);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new bvc_ProductReview object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="lastUpdated">Initial value of the lastUpdated property.</param>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="approved">Initial value of the Approved property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 /// <param name="karma">Initial value of the Karma property.</param>
 /// <param name="reviewDate">Initial value of the ReviewDate property.</param>
 /// <param name="rating">Initial value of the Rating property.</param>
 /// <param name="userID">Initial value of the UserID property.</param>
 /// <param name="productBvin">Initial value of the ProductBvin property.</param>
 /// <param name="storeId">Initial value of the StoreId property.</param>
 public static bvc_ProductReview Createbvc_ProductReview(global::System.Int32 id, global::System.DateTime lastUpdated, global::System.String bvin, global::System.Int32 approved, global::System.String description, global::System.Int32 karma, global::System.DateTime reviewDate, global::System.Int32 rating, global::System.String userID, global::System.String productBvin, global::System.Int64 storeId)
 {
     bvc_ProductReview bvc_ProductReview = new bvc_ProductReview();
     bvc_ProductReview.Id = id;
     bvc_ProductReview.lastUpdated = lastUpdated;
     bvc_ProductReview.bvin = bvin;
     bvc_ProductReview.Approved = approved;
     bvc_ProductReview.Description = description;
     bvc_ProductReview.Karma = karma;
     bvc_ProductReview.ReviewDate = reviewDate;
     bvc_ProductReview.Rating = rating;
     bvc_ProductReview.UserID = userID;
     bvc_ProductReview.ProductBvin = productBvin;
     bvc_ProductReview.StoreId = storeId;
     return bvc_ProductReview;
 }