public override global::System.Data.DataTable Clone() { LocationDataTable cln = ((LocationDataTable)(base.Clone())); cln.InitVars(); return(cln); }
private void InitClass() { this.DataSetName = "LocationDataSet"; this.Prefix = ""; this.Namespace = "http://tempuri.org/LocationDataSet.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableLocation = new LocationDataTable(); base.Tables.Add(this.tableLocation); }
internal void InitVars(bool initTable) { this.tableLocation = ((LocationDataTable)(base.Tables["Location"])); if ((initTable == true)) { if ((this.tableLocation != null)) { this.tableLocation.InitVars(); } } }
internal LocationRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableLocation = ((LocationDataTable)(this.Table)); }