Ejemplo n.º 1
0
 /// <summary>
 /// Create a new bvc_SearchQuery object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="queryPhrase">Initial value of the QueryPhrase property.</param>
 /// <param name="shopperId">Initial value of the ShopperId property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 public static bvc_SearchQuery Createbvc_SearchQuery(global::System.String bvin, global::System.String queryPhrase, global::System.String shopperId, global::System.DateTime lastUpdated)
 {
     bvc_SearchQuery bvc_SearchQuery = new bvc_SearchQuery();
     bvc_SearchQuery.bvin = bvin;
     bvc_SearchQuery.QueryPhrase = queryPhrase;
     bvc_SearchQuery.ShopperId = shopperId;
     bvc_SearchQuery.LastUpdated = lastUpdated;
     return bvc_SearchQuery;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_SearchQuery EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_SearchQuery(bvc_SearchQuery bvc_SearchQuery)
 {
     base.AddObject("bvc_SearchQuery", bvc_SearchQuery);
 }