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

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "DictioneryDataset";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/DictioneryDataset.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableDicTable           = new DicTableDataTable();
     base.Tables.Add(this.tableDicTable);
 }
 internal void InitVars(bool initTable)
 {
     this.tableDicTable = ((DicTableDataTable)(base.Tables["DicTable"]));
     if ((initTable == true))
     {
         if ((this.tableDicTable != null))
         {
             this.tableDicTable.InitVars();
         }
     }
 }
 internal DicTableRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableDicTable = ((DicTableDataTable)(this.Table));
 }