Ejemplo n.º 1
0
 /// <summary>
 /// Create a new JOURNAL object.
 /// </summary>
 /// <param name="jOURNAL_ID">Initial value of the JOURNAL_ID property.</param>
 /// <param name="jOURNAL_NAME">Initial value of the JOURNAL_NAME property.</param>
 public static JOURNAL CreateJOURNAL(global::System.Int32 jOURNAL_ID, global::System.String jOURNAL_NAME)
 {
     JOURNAL jOURNAL = new JOURNAL();
     jOURNAL.JOURNAL_ID = jOURNAL_ID;
     jOURNAL.JOURNAL_NAME = jOURNAL_NAME;
     return jOURNAL;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the JOURNAL EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToJOURNAL(JOURNAL jOURNAL)
 {
     base.AddObject("JOURNAL", jOURNAL);
 }