/// <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; }
/// <summary> /// Deprecated Method for adding a new object to the tbl_Country EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotbl_Country(tbl_Country tbl_Country) { base.AddObject("tbl_Country", tbl_Country); }