Exemplo n.º 1
0
            public override DataTable Clone()
            {
                tsa_ComboDetDataTable cln = ((tsa_ComboDetDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Exemplo n.º 2
0
 internal void InitVars()
 {
     this.tabletsa_ComboDet = ((tsa_ComboDetDataTable)(this.Tables["tsa_ComboDet"]));
     if ((this.tabletsa_ComboDet != null))
     {
         this.tabletsa_ComboDet.InitVars();
     }
 }
Exemplo n.º 3
0
 private void InitClass()
 {
     this.DataSetName        = "tsa_ComboDetDataset";
     this.Prefix             = "";
     this.Namespace          = "http://tempuri.org/tsa_ComboDet.xsd";
     this.Locale             = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tabletsa_ComboDet  = new tsa_ComboDetDataTable();
     this.Tables.Add(this.tabletsa_ComboDet);
 }
Exemplo n.º 4
0
 internal tsa_ComboDetRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tabletsa_ComboDet = ((tsa_ComboDetDataTable)(this.Table));
 }