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

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "dsLogoLaboratorio";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/dsLogoLaboratorio.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableLaboratorio        = new LaboratorioDataTable();
     base.Tables.Add(this.tableLaboratorio);
 }
 internal void InitVars(bool initTable)
 {
     this.tableLaboratorio = ((LaboratorioDataTable)(base.Tables["Laboratorio"]));
     if ((initTable == true))
     {
         if ((this.tableLaboratorio != null))
         {
             this.tableLaboratorio.InitVars();
         }
     }
 }
Пример #4
0
 private void InitClass()
 {
     this.DataSetName             = "dsBusLab";
     this.Prefix                  = "";
     this.Namespace               = "http://www.tempuri.org/dsBusLab.xsd";
     this.Locale                  = new global::System.Globalization.CultureInfo("es-MX");
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableLaboratorio        = new LaboratorioDataTable();
     base.Tables.Add(this.tableLaboratorio);
 }
 internal LaboratorioRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableLaboratorio = ((LaboratorioDataTable)(this.Table));
 }