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

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