Beispiel #1
0
            public override DataTable Clone()
            {
                tsh_AsociacionCodigosDataTable cln = ((tsh_AsociacionCodigosDataTable)(base.Clone()));

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