/// <summary> /// Create a new GORIZONT object. /// </summary> /// <param name="bENCH_ID">Initial value of the BENCH_ID property.</param> /// <param name="bENCH_NAME">Initial value of the BENCH_NAME property.</param> public static GORIZONT CreateGORIZONT(global::System.Int32 bENCH_ID, global::System.Int32 bENCH_NAME) { GORIZONT gORIZONT = new GORIZONT(); gORIZONT.BENCH_ID = bENCH_ID; gORIZONT.BENCH_NAME = bENCH_NAME; return gORIZONT; }
/// <summary> /// Deprecated Method for adding a new object to the GORIZONT EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToGORIZONT(GORIZONT gORIZONT) { base.AddObject("GORIZONT", gORIZONT); }