Exemplo n.º 1
0
            public override global::System.Data.DataTable Clone()
            {
                GroesseDataTable cln = ((GroesseDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Exemplo n.º 2
0
 private void InitClass()
 {
     this.DataSetName             = "DataSetGroesse";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/DataSetGroesse.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableGroesse            = new GroesseDataTable();
     base.Tables.Add(this.tableGroesse);
 }
Exemplo n.º 3
0
 internal void InitVars(bool initTable)
 {
     this.tableGroesse = ((GroesseDataTable)(base.Tables["Groesse"]));
     if ((initTable == true))
     {
         if ((this.tableGroesse != null))
         {
             this.tableGroesse.InitVars();
         }
     }
 }
Exemplo n.º 4
0
 internal GroesseRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableGroesse = ((GroesseDataTable)(this.Table));
 }