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