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