public override global::System.Data.DataTable Clone() { infoDataTable cln = ((infoDataTable)(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.tableinfo = new infoDataTable(); base.Tables.Add(this.tableinfo); }
internal void InitVars(bool initTable) { this.tableinfo = ((infoDataTable)(base.Tables["info"])); if ((initTable == true)) { if ((this.tableinfo != null)) { this.tableinfo.InitVars(); } } }
internal infoRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableinfo = ((infoDataTable)(this.Table)); }