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

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