Example #1
0
            public override global::System.Data.DataTable Clone()
            {
                GiftCertificatesDataTable cln = ((GiftCertificatesDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Example #2
0
 private void InitClass()
 {
     this.DataSetName             = "NewDataSet";
     this.Prefix                  = "";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableGiftCertificates   = new GiftCertificatesDataTable();
     base.Tables.Add(this.tableGiftCertificates);
 }
Example #3
0
 internal void InitVars(bool initTable)
 {
     this.tableGiftCertificates = ((GiftCertificatesDataTable)(base.Tables["GiftCertificates"]));
     if ((initTable == true))
     {
         if ((this.tableGiftCertificates != null))
         {
             this.tableGiftCertificates.InitVars();
         }
     }
 }
Example #4
0
 internal GiftCertificatesRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableGiftCertificates = ((GiftCertificatesDataTable)(this.Table));
 }