Example #1
0
            public override DataTable Clone()
            {
                ProductsTDSDataTable cln = ((ProductsTDSDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Example #2
0
 internal void InitVars()
 {
     this.tableProductsTDS = ((ProductsTDSDataTable)(this.Tables["ProductsTDS"]));
     if ((this.tableProductsTDS != null))
     {
         this.tableProductsTDS.InitVars();
     }
 }
Example #3
0
 private void InitClass()
 {
     this.DataSetName        = "Northwind";
     this.Prefix             = "";
     this.Namespace          = "http://tempuri.org/Northwind.xsd";
     this.Locale             = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tableProductsTDS   = new ProductsTDSDataTable();
     this.Tables.Add(this.tableProductsTDS);
 }
Example #4
0
 internal ProductsTDSRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableProductsTDS = ((ProductsTDSDataTable)(this.Table));
 }