コード例 #1
0
 internal void InitVars(bool initTable) {
     this.tableProductRemainsByDate = ((ProductRemainsByDateDataTable)(base.Tables["ProductRemainsByDate"]));
     if ((initTable == true)) {
         if ((this.tableProductRemainsByDate != null)) {
             this.tableProductRemainsByDate.InitVars();
         }
     }
     this.tableProductSelectById = ((ProductSelectByIdDataTable)(base.Tables["ProductSelectById"]));
     if ((initTable == true)) {
         if ((this.tableProductSelectById != null)) {
             this.tableProductSelectById.InitVars();
         }
     }
 }
コード例 #2
0
 private void InitClass() {
     this.DataSetName = "RetailTradeClDataSet";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/RetailTradeClDataSet.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableProductRemainsByDate = new ProductRemainsByDateDataTable();
     base.Tables.Add(this.tableProductRemainsByDate);
     this.tableProductSelectById = new ProductSelectByIdDataTable();
     base.Tables.Add(this.tableProductSelectById);
 }
コード例 #3
0
 internal ProductRemainsByDateRow(System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableProductRemainsByDate = ((ProductRemainsByDateDataTable)(this.Table));
 }