/// <summary>
 /// Create a new tbl_CommonTerms object.
 /// </summary>
 /// <param name="ctTerms_Id">Initial value of the CtTerms_Id property.</param>
 /// <param name="title">Initial value of the Title property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 /// <param name="termType">Initial value of the TermType property.</param>
 /// <param name="iSActive">Initial value of the ISActive property.</param>
 /// <param name="createdBy">Initial value of the CreatedBy property.</param>
 /// <param name="createdDate">Initial value of the CreatedDate property.</param>
 public static tbl_CommonTerms Createtbl_CommonTerms(global::System.Int32 ctTerms_Id, global::System.String title, global::System.String description, global::System.Int32 termType, global::System.Boolean iSActive, global::System.String createdBy, global::System.DateTime createdDate)
 {
     tbl_CommonTerms tbl_CommonTerms = new tbl_CommonTerms();
     tbl_CommonTerms.CtTerms_Id = ctTerms_Id;
     tbl_CommonTerms.Title = title;
     tbl_CommonTerms.Description = description;
     tbl_CommonTerms.TermType = termType;
     tbl_CommonTerms.ISActive = iSActive;
     tbl_CommonTerms.CreatedBy = createdBy;
     tbl_CommonTerms.CreatedDate = createdDate;
     return tbl_CommonTerms;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the tbl_CommonTerms EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_CommonTerms(tbl_CommonTerms tbl_CommonTerms)
 {
     base.AddObject("tbl_CommonTerms", tbl_CommonTerms);
 }