예제 #1
0
            public override global::System.Data.DataTable Clone()
            {
                WAREHOUSEDataTable cln = ((WAREHOUSEDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
예제 #2
0
 private void InitClass()
 {
     this.DataSetName             = "dsWarehouse";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/dsWarehouse.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableWAREHOUSE          = new WAREHOUSEDataTable();
     base.Tables.Add(this.tableWAREHOUSE);
 }
예제 #3
0
 internal void InitVars(bool initTable)
 {
     this.tableWAREHOUSE = ((WAREHOUSEDataTable)(base.Tables["WAREHOUSE"]));
     if ((initTable == true))
     {
         if ((this.tableWAREHOUSE != null))
         {
             this.tableWAREHOUSE.InitVars();
         }
     }
 }
예제 #4
0
 internal WAREHOUSERow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableWAREHOUSE = ((WAREHOUSEDataTable)(this.Table));
 }