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

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