internal void InitVars() { this.tablePrepPed = (PrepPedDataTable)this.Tables["PrepPed"]; if (this.tablePrepPed != null) { this.tablePrepPed.InitVars(); } }
private void InitClass() { this.DataSetName = "DSPrepPed"; this.Prefix = ""; this.Namespace = "http://tempuri.org/DSPrepPed.xsd"; this.Locale = new CultureInfo("en-US"); this.CaseSensitive = false; this.EnforceConstraints = true; this.tablePrepPed = new PrepPedDataTable(); this.Tables.Add(this.tablePrepPed); }