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