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