Пример #1
0
 internal void InitVars(bool initTable) {
     this.tableJob = ((JobDataTable)(base.Tables["Job"]));
     if ((initTable == true)) {
         if ((this.tableJob != null)) {
             this.tableJob.InitVars();
         }
     }
     this.tableJobActions = ((JobActionsDataTable)(base.Tables["JobActions"]));
     if ((initTable == true)) {
         if ((this.tableJobActions != null)) {
             this.tableJobActions.InitVars();
         }
     }
     this.relationJob_JobActions = this.Relations["Job_JobActions"];
 }
Пример #2
0
 private void InitClass() {
     this.DataSetName = "DataStorage";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/DataStorage.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableJob = new JobDataTable();
     base.Tables.Add(this.tableJob);
     this.tableJobActions = new JobActionsDataTable();
     base.Tables.Add(this.tableJobActions);
     this.relationJob_JobActions = new global::System.Data.DataRelation("Job_JobActions", new global::System.Data.DataColumn[] {
                 this.tableJob.IDColumn}, new global::System.Data.DataColumn[] {
                 this.tableJobActions.JobIDColumn}, false);
     this.Relations.Add(this.relationJob_JobActions);
 }
Пример #3
0
 internal JobActionsRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableJobActions = ((JobActionsDataTable)(this.Table));
 }