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