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