예제 #1
0
            public override global::System.Data.DataTable Clone()
            {
                importedjobsDataTable cln = ((importedjobsDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
예제 #2
0
 private void InitClass()
 {
     this.DataSetName             = "ImportedDataSet";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/ImportedDataSet.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableimportedjobs       = new importedjobsDataTable();
     base.Tables.Add(this.tableimportedjobs);
 }
예제 #3
0
 internal void InitVars(bool initTable)
 {
     this.tableimportedjobs = ((importedjobsDataTable)(base.Tables["importedjobs"]));
     if ((initTable == true))
     {
         if ((this.tableimportedjobs != null))
         {
             this.tableimportedjobs.InitVars();
         }
     }
 }
예제 #4
0
 internal importedjobsRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableimportedjobs = ((importedjobsDataTable)(this.Table));
 }