Exemplo n.º 1
0
            public override global::System.Data.DataTable Clone()
            {
                JobYearDataTable cln = ((JobYearDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Exemplo n.º 2
0
 private void InitClass()
 {
     this.DataSetName             = "JobYearDS";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/JobYearDS.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableJobYear            = new JobYearDataTable();
     base.Tables.Add(this.tableJobYear);
 }
Exemplo n.º 3
0
 internal void InitVars(bool initTable)
 {
     this.tableJobYear = ((JobYearDataTable)(base.Tables["JobYear"]));
     if ((initTable == true))
     {
         if ((this.tableJobYear != null))
         {
             this.tableJobYear.InitVars();
         }
     }
 }
Exemplo n.º 4
0
 internal JobYearRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableJobYear = ((JobYearDataTable)(this.Table));
 }