/// <summary>
 /// Create a new SrcTableSmall object.
 /// </summary>
 /// <param name="column_1">Initial value of the column_1 property.</param>
 /// <param name="column_3">Initial value of the column_3 property.</param>
 public static SrcTableSmall CreateSrcTableSmall(global::System.Int32 column_1, global::System.String column_3)
 {
     SrcTableSmall srcTableSmall = new SrcTableSmall();
     srcTableSmall.column_1 = column_1;
     srcTableSmall.column_3 = column_3;
     return srcTableSmall;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the SrcTableSmalls EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSrcTableSmalls(SrcTableSmall srcTableSmall)
 {
     base.AddObject("SrcTableSmalls", srcTableSmall);
 }