Esempio n. 1
0
            public override global::System.Data.DataTable Clone()
            {
                Report1DataTable cln = ((Report1DataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Esempio n. 2
0
 private void InitClass()
 {
     this.DataSetName             = "DataSet";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/DataSet.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableReport1            = new Report1DataTable();
     base.Tables.Add(this.tableReport1);
 }
Esempio n. 3
0
 internal void InitVars(bool initTable)
 {
     this.tableReport1 = ((Report1DataTable)(base.Tables["Report1"]));
     if ((initTable == true))
     {
         if ((this.tableReport1 != null))
         {
             this.tableReport1.InitVars();
         }
     }
 }
Esempio n. 4
0
 internal Report1Row(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableReport1 = ((Report1DataTable)(this.Table));
 }