private void InitClass() { this.DataSetName = "JlinerAddTDS"; this.Prefix = ""; this.Namespace = "http://tempuri.org/JlinerAddTDS.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; this.tableMasterArea = new MasterAreaDataTable(); base.Tables.Add(this.tableMasterArea); this.tableJunctionLiner2 = new JunctionLiner2DataTable(); base.Tables.Add(this.tableJunctionLiner2); this.tableJunctionLiner2Comment = new JunctionLiner2CommentDataTable(); base.Tables.Add(this.tableJunctionLiner2Comment); }
internal JunctionLiner2Row(System.Data.DataRowBuilder rb) : base(rb) { this.tableJunctionLiner2 = ((JunctionLiner2DataTable)(this.Table)); }
internal void InitVars(bool initTable) { this.tableMasterArea = ((MasterAreaDataTable)(base.Tables["MasterArea"])); if ((initTable == true)) { if ((this.tableMasterArea != null)) { this.tableMasterArea.InitVars(); } } this.tableJunctionLiner2 = ((JunctionLiner2DataTable)(base.Tables["JunctionLiner2"])); if ((initTable == true)) { if ((this.tableJunctionLiner2 != null)) { this.tableJunctionLiner2.InitVars(); } } this.tableJunctionLiner2Comment = ((JunctionLiner2CommentDataTable)(base.Tables["JunctionLiner2Comment"])); if ((initTable == true)) { if ((this.tableJunctionLiner2Comment != null)) { this.tableJunctionLiner2Comment.InitVars(); } } }