public override global::System.Data.DataTable Clone()
            {
                PODCAST_SAVEDDataTable cln = ((PODCAST_SAVEDDataTable)(base.Clone()));

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