Ejemplo n.º 1
0
            public override System.Data.DataTable Clone()
            {
                landDataTable cln = ((landDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Ejemplo n.º 2
0
 private void InitClass()
 {
     this.DataSetName             = "vistaForm";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/vistapaese.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableland               = new landDataTable();
     base.Tables.Add(this.tableland);
 }
Ejemplo n.º 3
0
 internal void InitVars(bool initTable)
 {
     this.tableland = ((landDataTable)(base.Tables["land"]));
     if ((initTable == true))
     {
         if ((this.tableland != null))
         {
             this.tableland.InitVars();
         }
     }
 }
Ejemplo n.º 4
0
 internal landRow(System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableland = ((landDataTable)(this.Table));
 }