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

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