/// <summary>
 /// Create a new ASSAYS2_CS object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="sAMPLE">Initial value of the SAMPLE property.</param>
 /// <param name="bLANK_ID">Initial value of the BLANK_ID property.</param>
 public static ASSAYS2_CS CreateASSAYS2_CS(global::System.Int32 id, global::System.String sAMPLE, global::System.Int32 bLANK_ID)
 {
     ASSAYS2_CS aSSAYS2_CS = new ASSAYS2_CS();
     aSSAYS2_CS.ID = id;
     aSSAYS2_CS.SAMPLE = sAMPLE;
     aSSAYS2_CS.BLANK_ID = bLANK_ID;
     return aSSAYS2_CS;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ASSAYS2_CS EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToASSAYS2_CS(ASSAYS2_CS aSSAYS2_CS)
 {
     base.AddObject("ASSAYS2_CS", aSSAYS2_CS);
 }