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

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