Beispiel #1
0
            public override global::System.Data.DataTable Clone()
            {
                horariosDataTable cln = ((horariosDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Beispiel #2
0
 private void InitClass()
 {
     this.DataSetName             = "SetHorario";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/SetHorario.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablehorarios           = new horariosDataTable();
     base.Tables.Add(this.tablehorarios);
 }
Beispiel #3
0
 internal void InitVars(bool initTable)
 {
     this.tablehorarios = ((horariosDataTable)(base.Tables["horarios"]));
     if ((initTable == true))
     {
         if ((this.tablehorarios != null))
         {
             this.tablehorarios.InitVars();
         }
     }
 }
Beispiel #4
0
 internal horariosRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tablehorarios = ((horariosDataTable)(this.Table));
 }