Exemple #1
0
            public override global::System.Data.DataTable Clone()
            {
                dtAnuncianteDataTable cln = ((dtAnuncianteDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Exemple #2
0
 private void InitClass()
 {
     this.DataSetName             = "dsAnunciante";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/dsAnunciante.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabledtAnunciante       = new dtAnuncianteDataTable();
     base.Tables.Add(this.tabledtAnunciante);
 }
Exemple #3
0
 internal void InitVars(bool initTable)
 {
     this.tabledtAnunciante = ((dtAnuncianteDataTable)(base.Tables["dtAnunciante"]));
     if ((initTable == true))
     {
         if ((this.tabledtAnunciante != null))
         {
             this.tabledtAnunciante.InitVars();
         }
     }
 }
Exemple #4
0
 internal dtAnuncianteRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabledtAnunciante = ((dtAnuncianteDataTable)(this.Table));
 }