public override DataTable Clone() { LocationListTableDataTable cln = ((LocationListTableDataTable)(base.Clone())); cln.InitVars(); return(cln); }
internal void InitVars() { this.tableLocationListTable = ((LocationListTableDataTable)(this.Tables["LocationListTable"])); if ((this.tableLocationListTable != null)) { this.tableLocationListTable.InitVars(); } }
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); }
internal LocationListTableRow(DataRowBuilder rb) : base(rb) { this.tableLocationListTable = ((LocationListTableDataTable)(this.Table)); }