internal void InitVars(bool initTable) {
     this.tableEXECUTION_FLOW = ((EXECUTION_FLOWDataTable)(base.Tables["EXECUTION_FLOW"]));
     if ((initTable == true)) {
         if ((this.tableEXECUTION_FLOW != null)) {
             this.tableEXECUTION_FLOW.InitVars();
         }
     }
     this.tableMETHOD_CALL = ((METHOD_CALLDataTable)(base.Tables["METHOD_CALL"]));
     if ((initTable == true)) {
         if ((this.tableMETHOD_CALL != null)) {
             this.tableMETHOD_CALL.InitVars();
         }
     }
     this.relationFK281CB2153BDDEB03 = this.Relations["FK281CB2153BDDEB03"];
     this.relationFK4ACE4AFC8FDF3479 = this.Relations["FK4ACE4AFC8FDF3479"];
     this.relationFK4ACE4AFCFBBE3D26 = this.Relations["FK4ACE4AFCFBBE3D26"];
 }
 private void InitClass() {
     this.DataSetName = "NMonitoringDataSet";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/NMonitoringDataSet.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableEXECUTION_FLOW = new EXECUTION_FLOWDataTable();
     base.Tables.Add(this.tableEXECUTION_FLOW);
     this.tableMETHOD_CALL = new METHOD_CALLDataTable();
     base.Tables.Add(this.tableMETHOD_CALL);
     this.relationFK281CB2153BDDEB03 = new System.Data.DataRelation("FK281CB2153BDDEB03", new System.Data.DataColumn[] {
                 this.tableMETHOD_CALL.IDColumn}, new System.Data.DataColumn[] {
                 this.tableEXECUTION_FLOW.FIRST_METHOD_CALL_IDColumn}, false);
     this.Relations.Add(this.relationFK281CB2153BDDEB03);
     this.relationFK4ACE4AFC8FDF3479 = new System.Data.DataRelation("FK4ACE4AFC8FDF3479", new System.Data.DataColumn[] {
                 this.tableEXECUTION_FLOW.IDColumn}, new System.Data.DataColumn[] {
                 this.tableMETHOD_CALL.FLOW_IDColumn}, false);
     this.Relations.Add(this.relationFK4ACE4AFC8FDF3479);
     this.relationFK4ACE4AFCFBBE3D26 = new System.Data.DataRelation("FK4ACE4AFCFBBE3D26", new System.Data.DataColumn[] {
                 this.tableMETHOD_CALL.IDColumn}, new System.Data.DataColumn[] {
                 this.tableMETHOD_CALL.PARENT_IDColumn}, false);
     this.Relations.Add(this.relationFK4ACE4AFCFBBE3D26);
 }
 internal METHOD_CALLRow(System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableMETHOD_CALL = ((METHOD_CALLDataTable)(this.Table));
 }