Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the MP_MovieCertifications EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMP_MovieCertifications(MP_MovieCertifications mP_MovieCertifications)
 {
     base.AddObject("MP_MovieCertifications", mP_MovieCertifications);
 }
Exemplo n.º 2
0
 /// <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;
 }