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

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