Пример #1
0
            public override global::System.Data.DataTable Clone()
            {
                ProductDataTableDataTable cln = ((ProductDataTableDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Пример #2
0
 private void InitClass()
 {
     this.DataSetName             = "ProductDataSet";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/ProductDataSet.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableProductDataTable   = new ProductDataTableDataTable();
     base.Tables.Add(this.tableProductDataTable);
 }
Пример #3
0
 internal void InitVars(bool initTable)
 {
     this.tableProductDataTable = ((ProductDataTableDataTable)(base.Tables["ProductDataTable"]));
     if ((initTable == true))
     {
         if ((this.tableProductDataTable != null))
         {
             this.tableProductDataTable.InitVars();
         }
     }
 }
Пример #4
0
 internal ProductDataTableRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableProductDataTable = ((ProductDataTableDataTable)(this.Table));
 }