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

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