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