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

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "AdventureWorks2019DataSet";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/AdventureWorks2019DataSet.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableStore              = new StoreDataTable();
     base.Tables.Add(this.tableStore);
 }
Ejemplo n.º 3
0
 private void InitClass()
 {
     this.DataSetName             = "WMSDataSet7";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/WMSDataSet7.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableStore              = new StoreDataTable();
     base.Tables.Add(this.tableStore);
 }
 internal void InitVars(bool initTable)
 {
     this.tableStore = ((StoreDataTable)(base.Tables["Store"]));
     if ((initTable == true))
     {
         if ((this.tableStore != null))
         {
             this.tableStore.InitVars();
         }
     }
 }
 internal StoreRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableStore = ((StoreDataTable)(this.Table));
 }