public override global::System.Data.DataTable Clone() { TipoDataTable cln = ((TipoDataTable)(base.Clone())); cln.InitVars(); return(cln); }
private void InitClass() { this.DataSetName = "dsTipo"; this.Prefix = ""; this.Namespace = "http://www.tempuri.org/dsTipo.xsd"; this.Locale = new global::System.Globalization.CultureInfo("es-MX"); this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableTipo = new TipoDataTable(); base.Tables.Add(this.tableTipo); }
internal void InitVars(bool initTable) { this.tableTipo = ((TipoDataTable)(base.Tables["Tipo"])); if ((initTable == true)) { if ((this.tableTipo != null)) { this.tableTipo.InitVars(); } } }
internal TipoRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableTipo = ((TipoDataTable)(this.Table)); }