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

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