public override DataTable Clone()
            {
                umfragenDataTable cln = ((umfragenDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 internal void InitVars()
 {
     this.tableumfragen = ((umfragenDataTable)(this.Tables["umfragen"]));
     if ((this.tableumfragen != null))
     {
         this.tableumfragen.InitVars();
     }
 }
 private void InitClass()
 {
     this.DataSetName        = "DSUmfragen";
     this.Prefix             = "";
     this.Namespace          = "http://www.tempuri.org/DSUmfragen.xsd";
     this.Locale             = new System.Globalization.CultureInfo("de-DE");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tableumfragen      = new umfragenDataTable();
     this.Tables.Add(this.tableumfragen);
 }
 internal umfragenRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableumfragen = ((umfragenDataTable)(this.Table));
 }