Exemplo n.º 1
0
            public override global::System.Data.DataTable Clone()
            {
                tbRomaneiosSecundariosDataTable cln = ((tbRomaneiosSecundariosDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Exemplo n.º 2
0
 private void InitClass()
 {
     this.DataSetName                 = "XsdTbRomaneiosSecundarios";
     this.Prefix                      = "";
     this.Namespace                   = "http://tempuri.org/XsdTbRomaneiosSecundarios.xsd";
     this.EnforceConstraints          = true;
     this.SchemaSerializationMode     = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabletbRomaneiosSecundarios = new tbRomaneiosSecundariosDataTable();
     base.Tables.Add(this.tabletbRomaneiosSecundarios);
 }
Exemplo n.º 3
0
 internal void InitVars(bool initTable)
 {
     this.tabletbRomaneiosSecundarios = ((tbRomaneiosSecundariosDataTable)(base.Tables["tbRomaneiosSecundarios"]));
     if ((initTable == true))
     {
         if ((this.tabletbRomaneiosSecundarios != null))
         {
             this.tabletbRomaneiosSecundarios.InitVars();
         }
     }
 }
Exemplo n.º 4
0
 internal tbRomaneiosSecundariosRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabletbRomaneiosSecundarios = ((tbRomaneiosSecundariosDataTable)(this.Table));
 }