public override DataTable Clone() { driverDataTable cln = ((driverDataTable)(base.Clone())); cln.InitVars(); return(cln); }
public void InitVars() { this.tabledriver = ((driverDataTable)(this.Tables["driver"])); if ((this.tabledriver != null)) { this.tabledriver.InitVars(); } }
private void InitClass() { this.DataSetName = "DataSet1"; this.Prefix = ""; this.Namespace = "http://www.tempuri.org/DataSet1.xsd"; this.Locale = new System.Globalization.CultureInfo("zh-CN"); this.CaseSensitive = false; this.EnforceConstraints = true; this.tabledriver = new driverDataTable(); this.Tables.Add(this.tabledriver); }
public driverRow(DataRowBuilder rb) : base(rb) { this.tabledriver = ((driverDataTable)(this.Table)); }