Inheritance: System.Data.Objects.DataClasses.EntityObject
Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the PARTICIPANT_CUSTOM EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPARTICIPANT_CUSTOM(PARTICIPANT_CUSTOM pARTICIPANT_CUSTOM)
 {
     base.AddObject("PARTICIPANT_CUSTOM", pARTICIPANT_CUSTOM);
 }
Example #2
0
 /// <summary>
 /// Create a new PARTICIPANT_CUSTOM object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="dATA_ID">Initial value of the DATA_ID property.</param>
 public static PARTICIPANT_CUSTOM CreatePARTICIPANT_CUSTOM(global::System.Int32 id, global::System.Int32 dATA_ID)
 {
     PARTICIPANT_CUSTOM pARTICIPANT_CUSTOM = new PARTICIPANT_CUSTOM();
     pARTICIPANT_CUSTOM.ID = id;
     pARTICIPANT_CUSTOM.DATA_ID = dATA_ID;
     return pARTICIPANT_CUSTOM;
 }