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

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "ReportRecentDS";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/ReportRecentDS.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableBook               = new BookDataTable();
     base.Tables.Add(this.tableBook);
 }
 private void InitClass()
 {
     this.DataSetName             = "Books";
     this.Prefix                  = "";
     this.Locale                  = new global::System.Globalization.CultureInfo("en-US");
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableBook               = new BookDataTable();
     base.Tables.Add(this.tableBook);
 }
 internal void InitVars(bool initTable)
 {
     this.tableBook = ((BookDataTable)(base.Tables["Book"]));
     if ((initTable == true))
     {
         if ((this.tableBook != null))
         {
             this.tableBook.InitVars();
         }
     }
 }
 private void InitClass()
 {
     this.DataSetName             = "DataSetBook";
     this.Prefix                  = "";
     this.Namespace               = "http://www.tempuri.org/DataSetBook.xsd";
     this.Locale                  = new global::System.Globalization.CultureInfo("zh-CN");
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableBook               = new BookDataTable();
     base.Tables.Add(this.tableBook);
 }
 internal BookRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableBook = ((BookDataTable)(this.Table));
 }