/// <summary> /// Create a new tbl_country object. /// </summary> /// <param name="id">Initial value of the id property.</param> public static tbl_country Createtbl_country(global::System.Int32 id) { tbl_country tbl_country = new tbl_country(); tbl_country.id = id; 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); }