예제 #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>
 /// <param name="storeId">Initial value of the StoreId property.</param>
 public static bvc_SearchQuery Createbvc_SearchQuery(global::System.String bvin, global::System.String queryPhrase, global::System.String shopperId, global::System.DateTime lastUpdated, global::System.Int64 storeId)
 {
     bvc_SearchQuery bvc_SearchQuery = new bvc_SearchQuery();
     bvc_SearchQuery.bvin = bvin;
     bvc_SearchQuery.QueryPhrase = queryPhrase;
     bvc_SearchQuery.ShopperId = shopperId;
     bvc_SearchQuery.LastUpdated = lastUpdated;
     bvc_SearchQuery.StoreId = storeId;
     return bvc_SearchQuery;
 }
예제 #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);
 }