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

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