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

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