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

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