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

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