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

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