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

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