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

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