示例#1
0
            public override DataTable Clone()
            {
                tsy_FormasDePagoDataTable cln = ((tsy_FormasDePagoDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
示例#2
0
 internal void InitVars()
 {
     this.tabletsy_FormasDePago = ((tsy_FormasDePagoDataTable)(this.Tables["tsy_FormasDePago"]));
     if ((this.tabletsy_FormasDePago != null))
     {
         this.tabletsy_FormasDePago.InitVars();
     }
 }
示例#3
0
 private void InitClass()
 {
     this.DataSetName           = "tsy_FormasDePagoExDataset";
     this.Prefix                = "";
     this.Namespace             = "http://tempuri.org/tsy_FormasDePagoEx.xsd";
     this.Locale                = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive         = false;
     this.EnforceConstraints    = true;
     this.tabletsy_FormasDePago = new tsy_FormasDePagoDataTable();
     this.Tables.Add(this.tabletsy_FormasDePago);
 }
示例#4
0
 internal tsy_FormasDePagoRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tabletsy_FormasDePago = ((tsy_FormasDePagoDataTable)(this.Table));
 }