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