private void InitClass()
 {
     base.DataSetName = "ApplicationInfoDS";
     base.Prefix = "";
     base.Namespace = "http://tempuri.org/ApplicationInfoDS.xsd";
     base.EnforceConstraints = true;
     this.SchemaSerializationMode = SchemaSerializationMode.IncludeSchema;
     this.tableInfo = new ApplicationInfoDS.InfoDataTable();
     base.Tables.Add(this.tableInfo);
 }
 internal InfoRow(DataRowBuilder rb)
     : base(rb)
 {
     this.tableInfo = (ApplicationInfoDS.InfoDataTable)base.Table;
 }
 internal void InitVars(bool initTable)
 {
     this.tableInfo = (ApplicationInfoDS.InfoDataTable)base.Tables["Info"];
     if (initTable)
     {
         if (this.tableInfo != null)
         {
             this.tableInfo.InitVars();
         }
     }
 }