Exemple #1
0
            public override DataTable Clone()
            {
                StoreErrorCodeTableDataTable cln = ((StoreErrorCodeTableDataTable)(base.Clone()));

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