Exemple #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the stores EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTostores(store store)
 {
     base.AddObject("stores", store);
 }
Exemple #2
0
 /// <summary>
 /// Create a new store object.
 /// </summary>
 /// <param name="stor_id">Initial value of the stor_id property.</param>
 public static store Createstore(global::System.String stor_id)
 {
     store store = new store();
     store.stor_id = stor_id;
     return store;
 }