/// <summary>
        /// Create a new Table2 object.
        /// </summary>
        /// <param name="firstName">Initial value of the FirstName property.</param>
        /// <param name="lastName">Initial value of the LastName property.</param>
        /// <param name="smallColumn">Initial value of the SmallColumn property.</param>
        public static Table2 CreateTable2(global::System.String firstName, global::System.String lastName, global::System.String smallColumn)
        {
            Table2 table2 = new Table2();

            table2.FirstName   = firstName;
            table2.LastName    = lastName;
            table2.SmallColumn = smallColumn;
            return(table2);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the Table2 EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTable2(Table2 table2)
 {
     base.AddObject("Table2", table2);
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Table2 EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTable2(Table2 table2)
 {
     base.AddObject("Table2", table2);
 }
 /// <summary>
 /// Create a new Table2 object.
 /// </summary>
 /// <param name="firstName">Initial value of the FirstName property.</param>
 /// <param name="lastName">Initial value of the LastName property.</param>
 /// <param name="smallColumn">Initial value of the SmallColumn property.</param>
 public static Table2 CreateTable2(global::System.String firstName, global::System.String lastName, global::System.String smallColumn)
 {
     Table2 table2 = new Table2();
     table2.FirstName = firstName;
     table2.LastName = lastName;
     table2.SmallColumn = smallColumn;
     return table2;
 }