private void InitClass() {
     this.DataSetName = "DeliveryReport";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/DeliveryReport.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablecustomer_profile = new customer_profileDataTable();
     base.Tables.Add(this.tablecustomer_profile);
 }
 internal customer_profileRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tablecustomer_profile = ((customer_profileDataTable)(this.Table));
 }
 internal void InitVars(bool initTable) {
     this.tablecustomer_profile = ((customer_profileDataTable)(base.Tables["customer_profile"]));
     if ((initTable == true)) {
         if ((this.tablecustomer_profile != null)) {
             this.tablecustomer_profile.InitVars();
         }
     }
 }