コード例 #1
0
ファイル: SBIMModel.Designer.cs プロジェクト: awpro/sbim
 /// <summary>
 /// Deprecated Method for adding a new object to the inventory_customer_tags EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToinventory_customer_tags(inventory_customer_tags inventory_customer_tags)
 {
     base.AddObject("inventory_customer_tags", inventory_customer_tags);
 }
コード例 #2
0
ファイル: SBIMModel.Designer.cs プロジェクト: awpro/sbim
 /// <summary>
 /// Create a new inventory_customer_tags object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 public static inventory_customer_tags Createinventory_customer_tags(global::System.Int32 id)
 {
     inventory_customer_tags inventory_customer_tags = new inventory_customer_tags();
     inventory_customer_tags.id = id;
     return inventory_customer_tags;
 }