예제 #1
0
            public override global::System.Data.DataTable Clone()
            {
                DonorCollectionDataTable cln = ((DonorCollectionDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
예제 #2
0
 private void InitClass()
 {
     this.DataSetName             = "DSDonorCollection";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/DSDonorCollection.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableDonorCollection    = new DonorCollectionDataTable();
     base.Tables.Add(this.tableDonorCollection);
 }
예제 #3
0
 internal void InitVars(bool initTable)
 {
     this.tableDonorCollection = ((DonorCollectionDataTable)(base.Tables["DonorCollection"]));
     if ((initTable == true))
     {
         if ((this.tableDonorCollection != null))
         {
             this.tableDonorCollection.InitVars();
         }
     }
 }
예제 #4
0
 internal DonorCollectionRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableDonorCollection = ((DonorCollectionDataTable)(this.Table));
 }