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

                cln.InitVars();
                return(cln);
            }
Ejemplo n.º 2
0
 private void InitClass()
 {
     this.DataSetName             = "OrderData";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/OrderData.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableorder              = new orderDataTable();
     base.Tables.Add(this.tableorder);
 }
Ejemplo n.º 3
0
 private void InitClass()
 {
     this.DataSetName             = "o_orders";
     this.Prefix                  = "";
     this.Locale                  = new global::System.Globalization.CultureInfo("");
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableorder              = new orderDataTable();
     base.Tables.Add(this.tableorder);
 }
Ejemplo n.º 4
0
 internal void InitVars(bool initTable)
 {
     this.tableorder = ((orderDataTable)(base.Tables["order"]));
     if ((initTable == true))
     {
         if ((this.tableorder != null))
         {
             this.tableorder.InitVars();
         }
     }
 }
Ejemplo n.º 5
0
 internal orderRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableorder = ((orderDataTable)(this.Table));
 }