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

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