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