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

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "EngineConfig";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/EngineConfig.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableFilePath           = new FilePathDataTable();
     base.Tables.Add(this.tableFilePath);
     this.tableConfigOption = new ConfigOptionDataTable();
     base.Tables.Add(this.tableConfigOption);
 }
 internal void InitVars(bool initTable)
 {
     this.tableFilePath = ((FilePathDataTable)(base.Tables["FilePath"]));
     if ((initTable == true))
     {
         if ((this.tableFilePath != null))
         {
             this.tableFilePath.InitVars();
         }
     }
     this.tableConfigOption = ((ConfigOptionDataTable)(base.Tables["ConfigOption"]));
     if ((initTable == true))
     {
         if ((this.tableConfigOption != null))
         {
             this.tableConfigOption.InitVars();
         }
     }
 }
			internal ConfigOptionRow(global::System.Data.DataRowBuilder rb) : 
					base(rb) {
				this.tableConfigOption = ((ConfigOptionDataTable)(this.Table));
			}
		private void InitClass() {
			this.DataSetName = "EngineConfig";
			this.Prefix = "";
			this.Namespace = "http://tempuri.org/EngineConfig.xsd";
			this.EnforceConstraints = true;
			this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
			this.tableFilePath = new FilePathDataTable();
			base.Tables.Add(this.tableFilePath);
			this.tableConfigOption = new ConfigOptionDataTable();
			base.Tables.Add(this.tableConfigOption);
		}
		internal void InitVars(bool initTable) {
			this.tableFilePath = ((FilePathDataTable)(base.Tables["FilePath"]));
			if ((initTable == true)) {
				if ((this.tableFilePath != null)) {
					this.tableFilePath.InitVars();
				}
			}
			this.tableConfigOption = ((ConfigOptionDataTable)(base.Tables["ConfigOption"]));
			if ((initTable == true)) {
				if ((this.tableConfigOption != null)) {
					this.tableConfigOption.InitVars();
				}
			}
		}
 internal ConfigOptionRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableConfigOption = ((ConfigOptionDataTable)(this.Table));
 }