/// <summary>
 /// Deprecated Method for adding a new object to the eFormTabs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToeFormTabs(eFormTab eFormTab)
 {
     base.AddObject("eFormTabs", eFormTab);
 }
 /// <summary>
 /// Create a new eFormTab object.
 /// </summary>
 /// <param name="eFormTabID">Initial value of the eFormTabID property.</param>
 /// <param name="formID">Initial value of the FormID property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="isDeleted">Initial value of the IsDeleted property.</param>
 /// <param name="createdBy">Initial value of the CreatedBy property.</param>
 /// <param name="createdDate">Initial value of the CreatedDate property.</param>
 /// <param name="updatedBy">Initial value of the UpdatedBy property.</param>
 /// <param name="updatedDate">Initial value of the UpdatedDate property.</param>
 public static eFormTab CreateeFormTab(global::System.Int32 eFormTabID, global::System.Int32 formID, global::System.String name, global::System.Boolean isDeleted, global::System.Int32 createdBy, global::System.DateTime createdDate, global::System.Int32 updatedBy, global::System.DateTime updatedDate)
 {
     eFormTab eFormTab = new eFormTab();
     eFormTab.eFormTabID = eFormTabID;
     eFormTab.FormID = formID;
     eFormTab.Name = name;
     eFormTab.IsDeleted = isDeleted;
     eFormTab.CreatedBy = createdBy;
     eFormTab.CreatedDate = createdDate;
     eFormTab.UpdatedBy = updatedBy;
     eFormTab.UpdatedDate = updatedDate;
     return eFormTab;
 }