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