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

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