Ejemplo n.º 1
0
        /// <summary>
        /// Create a new USAstate object.
        /// </summary>
        /// <param name="id">Initial value of the ID property.</param>
        public static USAstate CreateUSAstate(global::System.Int32 id)
        {
            USAstate uSAstate = new USAstate();

            uSAstate.ID = id;
            return(uSAstate);
        }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the USAstates EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToUSAstates(USAstate uSAstate)
 {
     base.AddObject("USAstates", uSAstate);
 }