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

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