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