Inheritance: System.Data.Objects.DataClasses.EntityObject
Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the OBJECTS EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToOBJECTS(OBJECT oBJECT)
 {
     base.AddObject("OBJECTS", oBJECT);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new OBJECT object.
 /// </summary>
 /// <param name="oBJ_ID">Initial value of the OBJ_ID property.</param>
 public static OBJECT CreateOBJECT(global::System.Int32 oBJ_ID)
 {
     OBJECT oBJECT = new OBJECT();
     oBJECT.OBJ_ID = oBJ_ID;
     return oBJECT;
 }