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