public override global::System.Data.DataTable Clone()
            {
                tabKeywordsDataTable cln = ((tabKeywordsDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "DataSetHistogram";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/DataSet1.xsd";
     this.Locale                  = new global::System.Globalization.CultureInfo("en");
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabletabKeywords        = new tabKeywordsDataTable();
     base.Tables.Add(this.tabletabKeywords);
 }
 internal void InitVars(bool initTable)
 {
     this.tabletabKeywords = ((tabKeywordsDataTable)(base.Tables["tabKeywords"]));
     if ((initTable == true))
     {
         if ((this.tabletabKeywords != null))
         {
             this.tabletabKeywords.InitVars();
         }
     }
 }
 internal tabKeywordsRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabletabKeywords = ((tabKeywordsDataTable)(this.Table));
 }