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