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

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