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

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