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

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