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