public override global::System.Data.DataTable Clone()
            {
                OrderTypeDataTable cln = ((OrderTypeDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "OrderTypesDataSet";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/OrderTypesDataSet.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableOrderType          = new OrderTypeDataTable();
     base.Tables.Add(this.tableOrderType);
 }
 internal void InitVars(bool initTable)
 {
     this.tableOrderType = ((OrderTypeDataTable)(base.Tables["OrderType"]));
     if ((initTable == true))
     {
         if ((this.tableOrderType != null))
         {
             this.tableOrderType.InitVars();
         }
     }
 }
 internal OrderTypeRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableOrderType = ((OrderTypeDataTable)(this.Table));
 }