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

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