/// <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); }
/// <summary> /// Deprecated Method for adding a new object to the tab1 EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotab1(tab1 tab1) { base.AddObject("tab1", tab1); }