internal void InitVars(bool initTable) {
     this.tableGGenre = ((GGenreDataTable)(base.Tables["GGenre"]));
     if ((initTable == true)) {
         if ((this.tableGGenre != null)) {
             this.tableGGenre.InitVars();
         }
     }
     this.tableGPackage = ((GPackageDataTable)(base.Tables["GPackage"]));
     if ((initTable == true)) {
         if ((this.tableGPackage != null)) {
             this.tableGPackage.InitVars();
         }
     }
     this.tableGContent = ((GContentDataTable)(base.Tables["GContent"]));
     if ((initTable == true)) {
         if ((this.tableGContent != null)) {
             this.tableGContent.InitVars();
         }
     }
 }
 private void InitClass() {
     this.DataSetName = "GDataSet";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/GDataSet.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableGGenre = new GGenreDataTable();
     base.Tables.Add(this.tableGGenre);
     this.tableGPackage = new GPackageDataTable();
     base.Tables.Add(this.tableGPackage);
     this.tableGContent = new GContentDataTable();
     base.Tables.Add(this.tableGContent);
 }
 internal GPackageRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableGPackage = ((GPackageDataTable)(this.Table));
 }