public override global::System.Data.DataTable Clone()
            {
                tbProdutosFaturaProformaPropriedadesDataTable cln = ((tbProdutosFaturaProformaPropriedadesDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "XsdTbProdutosFaturaProformaPropriedades";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/XsdTbProdutosFaturaProformaPropriedades.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabletbProdutosFaturaProformaPropriedades = new tbProdutosFaturaProformaPropriedadesDataTable();
     base.Tables.Add(this.tabletbProdutosFaturaProformaPropriedades);
 }
 internal void InitVars(bool initTable)
 {
     this.tabletbProdutosFaturaProformaPropriedades = ((tbProdutosFaturaProformaPropriedadesDataTable)(base.Tables["tbProdutosFaturaProformaPropriedades"]));
     if ((initTable == true))
     {
         if ((this.tabletbProdutosFaturaProformaPropriedades != null))
         {
             this.tabletbProdutosFaturaProformaPropriedades.InitVars();
         }
     }
 }
 internal tbProdutosFaturaProformaPropriedadesRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabletbProdutosFaturaProformaPropriedades = ((tbProdutosFaturaProformaPropriedadesDataTable)(this.Table));
 }