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