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

                cln.InitVars();
                return(cln);
            }
Example #2
0
 private void InitClass()
 {
     this.DataSetName             = "ItemgroupList";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/ItemgroupList.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableItemgroupListDt    = new ItemgroupListDtDataTable();
     base.Tables.Add(this.tableItemgroupListDt);
 }
Example #3
0
 internal void InitVars(bool initTable)
 {
     this.tableItemgroupListDt = ((ItemgroupListDtDataTable)(base.Tables["ItemgroupListDt"]));
     if ((initTable == true))
     {
         if ((this.tableItemgroupListDt != null))
         {
             this.tableItemgroupListDt.InitVars();
         }
     }
 }
Example #4
0
 internal ItemgroupListDtRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableItemgroupListDt = ((ItemgroupListDtDataTable)(this.Table));
 }