private void InitClass() {
     this.DataSetName = "SupportTicketCategoriesTDS";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/SupportTicketCategoriesTDS.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableLFS_ITTST_CATEGORY = new LFS_ITTST_CATEGORYDataTable();
     base.Tables.Add(this.tableLFS_ITTST_CATEGORY);
 }
 internal LFS_ITTST_CATEGORYRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableLFS_ITTST_CATEGORY = ((LFS_ITTST_CATEGORYDataTable)(this.Table));
 }
 internal void InitVars(bool initTable) {
     this.tableLFS_ITTST_CATEGORY = ((LFS_ITTST_CATEGORYDataTable)(base.Tables["LFS_ITTST_CATEGORY"]));
     if ((initTable == true)) {
         if ((this.tableLFS_ITTST_CATEGORY != null)) {
             this.tableLFS_ITTST_CATEGORY.InitVars();
         }
     }
 }