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