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