Exemple #1
0
            public override DataTable Clone()
            {
                YardSectionDetailTableDataTable cln = ((YardSectionDetailTableDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Exemple #2
0
 private void InitClass()
 {
     this.DataSetName                 = "YardSectionDS";
     this.Prefix                      = "";
     this.Namespace                   = "http://www.tempuri.org/YardSectionDS.xsd";
     this.Locale                      = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive               = false;
     this.EnforceConstraints          = true;
     this.tableYardSectionDetailTable = new YardSectionDetailTableDataTable();
     this.Tables.Add(this.tableYardSectionDetailTable);
     this.tableYardSectionListTable = new YardSectionListTableDataTable();
     this.Tables.Add(this.tableYardSectionListTable);
 }
Exemple #3
0
 internal void InitVars()
 {
     this.tableYardSectionDetailTable = ((YardSectionDetailTableDataTable)(this.Tables["YardSectionDetailTable"]));
     if ((this.tableYardSectionDetailTable != null))
     {
         this.tableYardSectionDetailTable.InitVars();
     }
     this.tableYardSectionListTable = ((YardSectionListTableDataTable)(this.Tables["YardSectionListTable"]));
     if ((this.tableYardSectionListTable != null))
     {
         this.tableYardSectionListTable.InitVars();
     }
 }
Exemple #4
0
 internal YardSectionDetailTableRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableYardSectionDetailTable = ((YardSectionDetailTableDataTable)(this.Table));
 }