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