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

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