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