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

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