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

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