예제 #1
0
 /// <summary>
 /// Create a new tbl_Testimonials object.
 /// </summary>
 /// <param name="testimonialID">Initial value of the TestimonialID property.</param>
 /// <param name="tE_Client">Initial value of the TE_Client property.</param>
 /// <param name="tE_Company">Initial value of the TE_Company property.</param>
 /// <param name="tE_Content">Initial value of the TE_Content property.</param>
 /// <param name="tE_Live">Initial value of the TE_Live property.</param>
 public static tbl_Testimonials Createtbl_Testimonials(global::System.Int32 testimonialID, global::System.String tE_Client, global::System.String tE_Company, global::System.String tE_Content, global::System.Boolean tE_Live)
 {
     tbl_Testimonials tbl_Testimonials = new tbl_Testimonials();
     tbl_Testimonials.TestimonialID = testimonialID;
     tbl_Testimonials.TE_Client = tE_Client;
     tbl_Testimonials.TE_Company = tE_Company;
     tbl_Testimonials.TE_Content = tE_Content;
     tbl_Testimonials.TE_Live = tE_Live;
     return tbl_Testimonials;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tbl_Testimonials EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_Testimonials(tbl_Testimonials tbl_Testimonials)
 {
     base.AddObject("tbl_Testimonials", tbl_Testimonials);
 }