Exemplo n.º 1
0
            public override global::System.Data.DataTable Clone()
            {
                productDataTable cln = ((productDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Exemplo n.º 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);
 }
Exemplo n.º 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);
 }
Exemplo n.º 4
0
 internal void InitVars(bool initTable)
 {
     this.tableproduct = ((productDataTable)(base.Tables["product"]));
     if ((initTable == true))
     {
         if ((this.tableproduct != null))
         {
             this.tableproduct.InitVars();
         }
     }
 }
Exemplo n.º 5
0
 internal productRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableproduct = ((productDataTable)(this.Table));
 }
Exemplo n.º 6
0
 internal productRow(System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableproduct = ((productDataTable)(this.Table));
 }
Exemplo n.º 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);
 }
Exemplo n.º 8
0
 internal void InitVars(bool initTable) {
     this.tableproduct = ((productDataTable)(base.Tables["product"]));
     if ((initTable == true)) {
         if ((this.tableproduct != null)) {
             this.tableproduct.InitVars();
         }
     }
 }