Example #1
0
 internal void InitVars()
 {
     this.tableRecepcion = (RecepcionDataTable)this.Tables["Recepcion"];
     if (this.tableRecepcion != null)
     {
         this.tableRecepcion.InitVars();
     }
 }
Example #2
0
 private void InitClass()
 {
     this.DataSetName        = "Recepcion";
     this.Prefix             = "";
     this.Namespace          = "http://www.tempuri.org/Recepcion.xsd";
     this.Locale             = new CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tableRecepcion     = new RecepcionDataTable();
     this.Tables.Add(this.tableRecepcion);
 }