Example #1
0
            public override global::System.Data.DataTable Clone()
            {
                selectedproblemupdatesDataTable cln = ((selectedproblemupdatesDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Example #2
0
 private void InitClass()
 {
     this.DataSetName                 = "SelectedProblemUpdatesDataSet";
     this.Prefix                      = "";
     this.Namespace                   = "http://tempuri.org/SelectedProblemUpdatesDataSet.xsd";
     this.EnforceConstraints          = true;
     this.SchemaSerializationMode     = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableselectedproblemupdates = new selectedproblemupdatesDataTable();
     base.Tables.Add(this.tableselectedproblemupdates);
 }
Example #3
0
 internal void InitVars(bool initTable)
 {
     this.tableselectedproblemupdates = ((selectedproblemupdatesDataTable)(base.Tables["selectedproblemupdates"]));
     if ((initTable == true))
     {
         if ((this.tableselectedproblemupdates != null))
         {
             this.tableselectedproblemupdates.InitVars();
         }
     }
 }
Example #4
0
 internal selectedproblemupdatesRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableselectedproblemupdates = ((selectedproblemupdatesDataTable)(this.Table));
 }