예제 #1
0
            public override global::System.Data.DataTable Clone()
            {
                tbProdutosNcmDataTable cln = ((tbProdutosNcmDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
예제 #2
0
 private void InitClass()
 {
     this.DataSetName             = "XsdTbProdutosNcm";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/XsdTbProdutosNcm.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabletbProdutosNcm      = new tbProdutosNcmDataTable();
     base.Tables.Add(this.tabletbProdutosNcm);
 }
예제 #3
0
 internal void InitVars(bool initTable)
 {
     this.tabletbProdutosNcm = ((tbProdutosNcmDataTable)(base.Tables["tbProdutosNcm"]));
     if ((initTable == true))
     {
         if ((this.tabletbProdutosNcm != null))
         {
             this.tabletbProdutosNcm.InitVars();
         }
     }
 }
예제 #4
0
 internal tbProdutosNcmRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabletbProdutosNcm = ((tbProdutosNcmDataTable)(this.Table));
 }