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