Example #1
0
            public override DataTable Clone()
            {
                LocationListTableDataTable cln = ((LocationListTableDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Example #2
0
 internal void InitVars()
 {
     this.tableLocationListTable = ((LocationListTableDataTable)(this.Tables["LocationListTable"]));
     if ((this.tableLocationListTable != null))
     {
         this.tableLocationListTable.InitVars();
     }
 }
Example #3
0
 private void InitClass()
 {
     this.DataSetName            = "LocationDS";
     this.Prefix                 = "";
     this.Namespace              = "http://www.tempuri.org/LocationDS.xsd";
     this.Locale                 = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive          = false;
     this.EnforceConstraints     = true;
     this.tableLocationListTable = new LocationListTableDataTable();
     this.Tables.Add(this.tableLocationListTable);
 }
Example #4
0
 internal LocationListTableRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableLocationListTable = ((LocationListTableDataTable)(this.Table));
 }