public override global::System.Data.DataTable Clone() { RefCountryDataTable cln = ((RefCountryDataTable)(base.Clone())); cln.InitVars(); return(cln); }
private void InitClass() { this.DataSetName = "SAPDataSetRefCountry"; this.Prefix = ""; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableRefCountry = new RefCountryDataTable(); base.Tables.Add(this.tableRefCountry); }
internal void InitVars(bool initTable) { this.tableRefCountry = ((RefCountryDataTable)(base.Tables["RefCountry"])); if ((initTable == true)) { if ((this.tableRefCountry != null)) { this.tableRefCountry.InitVars(); } } }
internal RefCountryRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableRefCountry = ((RefCountryDataTable)(this.Table)); }