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