internal void InitVars(bool initTable) {
     this.tableOfficeMaster = ((OfficeMasterDataTable)(base.Tables["OfficeMaster"]));
     if ((initTable == true)) {
         if ((this.tableOfficeMaster != null)) {
             this.tableOfficeMaster.InitVars();
         }
     }
     this.tableOfficesCommunication_LKP = ((OfficesCommunication_LKPDataTable)(base.Tables["OfficesCommunication_LKP"]));
     if ((initTable == true)) {
         if ((this.tableOfficesCommunication_LKP != null)) {
             this.tableOfficesCommunication_LKP.InitVars();
         }
     }
     this.tableOfficeTypes_LKP = ((OfficeTypes_LKPDataTable)(base.Tables["OfficeTypes_LKP"]));
     if ((initTable == true)) {
         if ((this.tableOfficeTypes_LKP != null)) {
             this.tableOfficeTypes_LKP.InitVars();
         }
     }
 }
 private void InitClass() {
     this.DataSetName = "OfficesMaster";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/OfficesMaster.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableOfficeMaster = new OfficeMasterDataTable();
     base.Tables.Add(this.tableOfficeMaster);
     this.tableOfficesCommunication_LKP = new OfficesCommunication_LKPDataTable();
     base.Tables.Add(this.tableOfficesCommunication_LKP);
     this.tableOfficeTypes_LKP = new OfficeTypes_LKPDataTable();
     base.Tables.Add(this.tableOfficeTypes_LKP);
 }
 internal OfficesCommunication_LKPRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableOfficesCommunication_LKP = ((OfficesCommunication_LKPDataTable)(this.Table));
 }