예제 #1
0
            public override global::System.Data.DataTable Clone()
            {
                DT_OrderDataTable cln = ((DT_OrderDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
예제 #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.tableDT_Order           = new DT_OrderDataTable();
     base.Tables.Add(this.tableDT_Order);
 }
예제 #3
0
 internal void InitVars(bool initTable)
 {
     this.tableDT_Order = ((DT_OrderDataTable)(base.Tables["DT_Order"]));
     if ((initTable == true))
     {
         if ((this.tableDT_Order != null))
         {
             this.tableDT_Order.InitVars();
         }
     }
 }
예제 #4
0
 internal DT_OrderRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableDT_Order = ((DT_OrderDataTable)(this.Table));
 }