コード例 #1
0
            public override global::System.Data.DataTable Clone()
            {
                tbPropriedadesProdutosDataTable cln = ((tbPropriedadesProdutosDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
コード例 #2
0
 private void InitClass()
 {
     this.DataSetName                 = "XsdTbPropriedadesProdutos";
     this.Prefix                      = "";
     this.Namespace                   = "http://tempuri.org/XsdTbPropriedadesProdutos.xsd";
     this.EnforceConstraints          = true;
     this.SchemaSerializationMode     = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabletbPropriedadesProdutos = new tbPropriedadesProdutosDataTable();
     base.Tables.Add(this.tabletbPropriedadesProdutos);
 }
コード例 #3
0
 internal void InitVars(bool initTable)
 {
     this.tabletbPropriedadesProdutos = ((tbPropriedadesProdutosDataTable)(base.Tables["tbPropriedadesProdutos"]));
     if ((initTable == true))
     {
         if ((this.tabletbPropriedadesProdutos != null))
         {
             this.tabletbPropriedadesProdutos.InitVars();
         }
     }
 }
コード例 #4
0
 internal tbPropriedadesProdutosRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabletbPropriedadesProdutos = ((tbPropriedadesProdutosDataTable)(this.Table));
 }