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