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