/// <summary> /// Create a new SURVEYS_OR object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="bHID">Initial value of the BHID property.</param> public static SURVEYS_OR CreateSURVEYS_OR(global::System.Int32 id, global::System.Int32 bHID) { SURVEYS_OR sURVEYS_OR = new SURVEYS_OR(); sURVEYS_OR.ID = id; sURVEYS_OR.BHID = bHID; return sURVEYS_OR; }
/// <summary> /// Deprecated Method for adding a new object to the SURVEYS_OR EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToSURVEYS_OR(SURVEYS_OR sURVEYS_OR) { base.AddObject("SURVEYS_OR", sURVEYS_OR); }