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

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