public override System.Data.DataTable Clone()
            {
                bilgilerDataTable cln = ((bilgilerDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "DataSet1";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/DataSet1.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablebilgiler           = new bilgilerDataTable();
     base.Tables.Add(this.tablebilgiler);
 }
 internal void InitVars(bool initTable)
 {
     this.tablebilgiler = ((bilgilerDataTable)(base.Tables["bilgiler"]));
     if ((initTable == true))
     {
         if ((this.tablebilgiler != null))
         {
             this.tablebilgiler.InitVars();
         }
     }
 }
 internal bilgilerRow(System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tablebilgiler = ((bilgilerDataTable)(this.Table));
 }