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