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