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

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