internal void InitVars(bool initTable) {
     this.tabledoa = ((doaDataTable)(base.Tables["doa"]));
     if ((initTable == true)) {
         if ((this.tabledoa != null)) {
             this.tabledoa.InitVars();
         }
     }
     this.tablefaghare = ((faghareDataTable)(base.Tables["faghare"]));
     if ((initTable == true)) {
         if ((this.tablefaghare != null)) {
             this.tablefaghare.InitVars();
         }
     }
     this.tabletext = ((textDataTable)(base.Tables["text"]));
     if ((initTable == true)) {
         if ((this.tabletext != null)) {
             this.tabletext.InitVars();
         }
     }
     this.tableword = ((wordDataTable)(base.Tables["word"]));
     if ((initTable == true)) {
         if ((this.tableword != null)) {
             this.tableword.InitVars();
         }
     }
     this.tableword1 = ((word1DataTable)(base.Tables["word1"]));
     if ((initTable == true)) {
         if ((this.tableword1 != null)) {
             this.tableword1.InitVars();
         }
     }
     this.relationdoafaghare = this.Relations["doafaghare"];
     this.relationfagharetext = this.Relations["fagharetext"];
     this.relationtextword = this.Relations["textword"];
     this.relationtextword1 = this.Relations["textword1"];
 }
 private void InitClass() {
     this.DataSetName = "sahifehDataSet";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/sahifehDataSet.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabledoa = new doaDataTable();
     base.Tables.Add(this.tabledoa);
     this.tablefaghare = new faghareDataTable();
     base.Tables.Add(this.tablefaghare);
     this.tabletext = new textDataTable();
     base.Tables.Add(this.tabletext);
     this.tableword = new wordDataTable();
     base.Tables.Add(this.tableword);
     this.tableword1 = new word1DataTable();
     base.Tables.Add(this.tableword1);
     this.relationdoafaghare = new System.Data.DataRelation("doafaghare", new System.Data.DataColumn[] {
                 this.tabledoa.idColumn}, new System.Data.DataColumn[] {
                 this.tablefaghare.doaColumn}, false);
     this.Relations.Add(this.relationdoafaghare);
     this.relationfagharetext = new System.Data.DataRelation("fagharetext", new System.Data.DataColumn[] {
                 this.tablefaghare.idColumn}, new System.Data.DataColumn[] {
                 this.tabletext.faghareColumn}, false);
     this.Relations.Add(this.relationfagharetext);
     this.relationtextword = new System.Data.DataRelation("textword", new System.Data.DataColumn[] {
                 this.tabletext.idColumn}, new System.Data.DataColumn[] {
                 this.tableword.textColumn}, false);
     this.Relations.Add(this.relationtextword);
     this.relationtextword1 = new System.Data.DataRelation("textword1", new System.Data.DataColumn[] {
                 this.tabletext.idColumn}, new System.Data.DataColumn[] {
                 this.tableword1.textColumn}, false);
     this.Relations.Add(this.relationtextword1);
 }
 internal word1Row(System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableword1 = ((word1DataTable)(this.Table));
 }