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