예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the LITOLOGY EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLITOLOGY(LITOLOGY lITOLOGY)
 {
     base.AddObject("LITOLOGY", lITOLOGY);
 }
예제 #2
0
 /// <summary>
 /// Create a new LITOLOGY object.
 /// </summary>
 /// <param name="lITO_ID">Initial value of the LITO_ID property.</param>
 /// <param name="lITO_COD">Initial value of the LITO_COD property.</param>
 /// <param name="rOCK">Initial value of the ROCK property.</param>
 public static LITOLOGY CreateLITOLOGY(global::System.Int32 lITO_ID, global::System.String lITO_COD, global::System.String rOCK)
 {
     LITOLOGY lITOLOGY = new LITOLOGY();
     lITOLOGY.LITO_ID = lITO_ID;
     lITOLOGY.LITO_COD = lITO_COD;
     lITOLOGY.ROCK = rOCK;
     return lITOLOGY;
 }