Exemple #1
0
        /// <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);
        }
Exemple #2
0
 /// <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);
 }