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

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