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