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

                cln.InitVars();
                return(cln);
            }
Exemple #2
0
 private void InitClass()
 {
     this.DataSetName             = "NewDataSet";
     this.Prefix                  = "";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableproduct            = new productDataTable();
     base.Tables.Add(this.tableproduct);
 }
Exemple #3
0
 private void InitClass()
 {
     this.DataSetName             = "DataSet1";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/DataSet1.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableproduct            = new productDataTable();
     base.Tables.Add(this.tableproduct);
 }
Exemple #4
0
 internal void InitVars(bool initTable)
 {
     this.tableproduct = ((productDataTable)(base.Tables["product"]));
     if ((initTable == true))
     {
         if ((this.tableproduct != null))
         {
             this.tableproduct.InitVars();
         }
     }
 }
Exemple #5
0
 internal productRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableproduct = ((productDataTable)(this.Table));
 }
Exemple #6
0
 internal productRow(System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableproduct = ((productDataTable)(this.Table));
 }
Exemple #7
0
 private void InitClass() {
     this.DataSetName = "NewDataSet";
     this.Prefix = "";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableproduct = new productDataTable();
     base.Tables.Add(this.tableproduct);
 }
Exemple #8
0
 internal void InitVars(bool initTable) {
     this.tableproduct = ((productDataTable)(base.Tables["product"]));
     if ((initTable == true)) {
         if ((this.tableproduct != null)) {
             this.tableproduct.InitVars();
         }
     }
 }