Example #1
0
        /// <summary>
        /// Create a new tbl_state object.
        /// </summary>
        /// <param name="id">Initial value of the id property.</param>
        public static tbl_state Createtbl_state(global::System.Int32 id)
        {
            tbl_state tbl_state = new tbl_state();

            tbl_state.id = id;
            return(tbl_state);
        }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tbl_state EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_state(tbl_state tbl_state)
 {
     base.AddObject("tbl_state", tbl_state);
 }