示例#1
0
 /// <summary>
 /// Create a new tbl_CountryBase object.
 /// </summary>
 /// <param name="countryID">Initial value of the CountryID property.</param>
 /// <param name="c_Code">Initial value of the C_Code property.</param>
 /// <param name="c_Country">Initial value of the C_Country property.</param>
 public static tbl_CountryBase Createtbl_CountryBase(global::System.Int32 countryID, global::System.String c_Code, global::System.String c_Country)
 {
     tbl_CountryBase tbl_CountryBase = new tbl_CountryBase();
     tbl_CountryBase.CountryID = countryID;
     tbl_CountryBase.C_Code = c_Code;
     tbl_CountryBase.C_Country = c_Country;
     return tbl_CountryBase;
 }
示例#2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tbl_CountryBase EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_CountryBase(tbl_CountryBase tbl_CountryBase)
 {
     base.AddObject("tbl_CountryBase", tbl_CountryBase);
 }