/// <summary> /// Deprecated Method for adding a new object to the OBJECTS EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToOBJECTS(OBJECT oBJECT) { base.AddObject("OBJECTS", oBJECT); }
/// <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; }