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